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