Package org.cache2k.core
Class CacheInternalError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.cache2k.core.CacheInternalError
-
- All Implemented Interfaces:
Serializable
public class CacheInternalError extends Error
An internal error condition in the cache was detected that actually never is supposed to happen. If you get this error or subclasses of it, please file a bug report.- Author:
- Jens Wilke; created: 2014-06-03
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheInternalError(String message)CacheInternalError(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-