Class DynamicCacheServiceNotStarted
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.cache.exception.DynamicCacheException
com.ibm.websphere.cache.exception.DynamicCacheServiceNotStarted
- All Implemented Interfaces:
Serializable
The Dynamic cache service has not started. The servlet or object caching operation will be aborted.
- See Also:
-
Constructor Summary
ConstructorDescriptionDynamicCacheServiceNotStarted
(String message) Constructs a DynamicCacheServiceNotStarting with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DynamicCacheServiceNotStarted
Constructs a DynamicCacheServiceNotStarting with the specified detail message.
-