Class CacheRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.CacheRegistrationException
- All Implemented Interfaces:
Serializable
Thrown when a cache is created twice, or asked for before it has been created.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheRegistrationException(String message, CacheName cacheName) Creates the exception, naming the cache the problem is about. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheRegistrationException
-