Package one.microstream.cache
Class CacheConfigurationIoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.cache.CacheException
one.microstream.cache.CacheConfigurationException
one.microstream.cache.CacheConfigurationIoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CacheConfigurationNotFoundException
public class CacheConfigurationIoException extends CacheConfigurationException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CacheConfigurationIoException()
CacheConfigurationIoException(String message)
CacheConfigurationIoException(String message, Throwable cause)
CacheConfigurationIoException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheConfigurationIoException
public CacheConfigurationIoException() -
CacheConfigurationIoException
-
CacheConfigurationIoException
-
CacheConfigurationIoException
-