com.ibm.websphere.cache.exception

Class DynamicCacheException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.cache.exception.DynamicCacheException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
DiskCacheEntrySizeOverLimitException, DiskCacheUsingOldFormatException, DiskIOException, DiskOffloadNotEnabledException, DiskSizeInEntriesOverLimitException, DiskSizeOverLimitException, DynamicCacheServiceNotStarted, MiscellaneousException, SerializationException

  1. public abstract class DynamicCacheException
  2. extends java.lang.Exception
Signals that a generic cache exception has occurred. This class is the base class for the specific exceptions thrown by Dynamic cache. If a DynamicCacheException occurs while writing the cache entry to disk cache, the cache entry and its related entries are removed from the memory and disk cache.
See Also:
Serialized Form

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

  1. public DynamicCacheException(java.lang.String message)
Constructs a DynamicCacheException with the specified detail message.