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
public class UnsupportedTypeException extends Exception
Exception thrown by theSerializationProviderto indicate aSerializercould not be created for a given type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedTypeException(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 Detail
-
UnsupportedTypeException
public UnsupportedTypeException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message- detail message
-
-