Class MiscellaneousException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.websphere.cache.exception.DynamicCacheException
-
- com.ibm.websphere.cache.exception.MiscellaneousException
-
- All Implemented Interfaces:
java.io.Serializable
public class MiscellaneousException extends DynamicCacheException
Signals that a runtime exception other than a disk IOException has occurred when writing the cache entry to the disk cache.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MiscellaneousException(java.lang.String message)
Constructs an MiscellaneousException with the specified detail message.
-