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:
java.io.Serializable
public class DiskOffloadNotEnabledException extends DynamicCacheException
Signals that the disk offload feature for the cache instance is not enabled to perform this operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiskOffloadNotEnabledException(java.lang.String message)
Constructs a DiskOffloadNotEnabledException with the specified detail message.
-