org.jminor.common.model
Class Serializer.SerializeException

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

public static class Serializer.SerializeException
extends Exception

An exception occurring during serialization

See Also:
Serialized Form

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

Serializer.SerializeException

public Serializer.SerializeException(String message,
                                     Throwable cause)
Instantiates a new SerializeException.

Parameters:
message - the message
cause - the root cause