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