Package one.microstream.cache.exceptions
Class CacheConfigurationIoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.cache.CacheException
one.microstream.cache.exceptions.CacheConfigurationException
one.microstream.cache.exceptions.CacheConfigurationIoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CacheConfigurationNotFoundException
@Deprecated public class CacheConfigurationIoException extends CacheConfigurationException
Deprecated.
will be removed in a future release
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CacheConfigurationIoException()
Deprecated.CacheConfigurationIoException(String message)
Deprecated.CacheConfigurationIoException(String message, Throwable cause)
Deprecated.CacheConfigurationIoException(Throwable cause)
Deprecated. -
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()Deprecated. -
CacheConfigurationIoException
Deprecated. -
CacheConfigurationIoException
Deprecated. -
CacheConfigurationIoException
Deprecated.
-