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