Package org.ehcache.spi.serialization
Class UnsupportedTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ehcache.spi.serialization.UnsupportedTypeException
- All Implemented Interfaces:
Serializable
Exception thrown by the
SerializationProvider to indicate a Serializer could not be created for a
given type.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedTypeException(String message) Constructs a new exception 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
-
UnsupportedTypeException
Constructs a new exception with the specified detail message.- Parameters:
message- detail message
-