synergynetframework.appsystem.services.net.objectmessaging.utility.serializers
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by synergynetframework.appsystem.services.net.objectmessaging.utility.serializers.SerializationException
All Implemented Interfaces:
java.io.Serializable

public class SerializationException
extends java.lang.Exception

The Class SerializationException.

See Also:
Serialized Form

Constructor Summary
SerializationException()
          Instantiates a new serialization exception.
SerializationException(java.lang.String message)
          Instantiates a new serialization exception.
SerializationException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new serialization exception.
SerializationException(java.lang.Throwable cause)
          Instantiates a new serialization exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializationException

public SerializationException()
Instantiates a new serialization exception.


SerializationException

public SerializationException(java.lang.String message)
Instantiates a new serialization exception.

Parameters:
message - the message

SerializationException

public SerializationException(java.lang.String message,
                              java.lang.Throwable cause)
Instantiates a new serialization exception.

Parameters:
message - the message
cause - the cause

SerializationException

public SerializationException(java.lang.Throwable cause)
Instantiates a new serialization exception.

Parameters:
cause - the cause