com.ibm.websphere.cache.exception
Class DynamicCacheException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.cache.exception.DynamicCacheException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
DiskCacheEntrySizeOverLimitException, DiskCacheUsingOldFormatException, DiskIOException, DiskOffloadNotEnabledException, DiskSizeInEntriesOverLimitException, DiskSizeOverLimitException, DynamicCacheServiceNotStarted, MiscellaneousException, SerializationException
- public abstract class DynamicCacheException
- extends java.lang.Exception
See Also:
Constructor Summary
Constructor and Description |
---|
DynamicCacheException(java.lang.String message)
Constructs a DynamicCacheException with the specified detail message.
|
Method Summary
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
DynamicCacheException
- public DynamicCacheException(java.lang.String message)
Constructs a DynamicCacheException with the specified detail message.