Package org.ehcache.spi.serialization
Class UnsupportedTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ehcache.spi.serialization.UnsupportedTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedTypeException extends java.lang.ExceptionException thrown by theSerializationProviderto indicate aSerializercould not be created for a given type.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description UnsupportedTypeException(java.lang.String message)Constructs a new exception with the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-