Class UnsupportedTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ehcache.spi.serialization.UnsupportedTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedTypeException extends Exception
Exception thrown by the SerializationProvider to indicate a Serializer could not be created for a given type.
See Also:
  • Constructor Details

    • UnsupportedTypeException

      public UnsupportedTypeException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - detail message