Class DiskOffloadNotEnabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.cache.exception.DynamicCacheException
com.ibm.websphere.cache.exception.DiskOffloadNotEnabledException
- All Implemented Interfaces:
 Serializable
Signals that the disk offload feature for the cache instance is not enabled to perform this operation.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDiskOffloadNotEnabledException(String message) Constructs a DiskOffloadNotEnabledException 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
- 
DiskOffloadNotEnabledException
Constructs a DiskOffloadNotEnabledException with the specified detail message. 
 -