org.ehcache.spi.serialization
Class UnsupportedTypeException

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

public class UnsupportedTypeException
extends java.lang.Exception

Exception thrown to indicate a Serializer could not be created for a given type.

See Also:
Serialized Form

Constructor Summary
UnsupportedTypeException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedTypeException

public UnsupportedTypeException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - detail message