org.jminor.common.model
Class Deserializer.DeserializeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jminor.common.model.Deserializer.DeserializeException
All Implemented Interfaces:
Serializable
Enclosing interface:
Deserializer<V>

public static class Deserializer.DeserializeException
extends Exception

An exception occurring during deserialization

See Also:
Serialized Form

Constructor Summary
Deserializer.DeserializeException(String message, Throwable cause)
          Instantiates a new DeserializeException.
 
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

Deserializer.DeserializeException

public Deserializer.DeserializeException(String message,
                                         Throwable cause)
Instantiates a new DeserializeException.

Parameters:
message - the message
cause - the root cause