Class MiscellaneousException

All Implemented Interfaces:
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:
  • Constructor Details

    • MiscellaneousException

      public MiscellaneousException(String message)
      Constructs an MiscellaneousException with the specified detail message.