Class SerializationException

All Implemented Interfaces:
Serializable

public class SerializationException extends DynamicCacheException
Signals that a serialization exception has occurred when writing the cache entry to the disk cache.
See Also:
  • Constructor Details

    • SerializationException

      public SerializationException(String message)
      Constructs a SerializationException with the specified detail message.