rice.pastry.wire.exception
Class DeserializationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byrice.pastry.wire.exception.DeserializationException
All Implemented Interfaces:
java.io.Serializable

public class DeserializationException
extends java.io.IOException

Class which represents an exception occuring during the deserialization of a Pastry message.

See Also:
Serialized Form

Constructor Summary
DeserializationException(java.lang.String message)
          Constructs an DeserializationException with a given message
 
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

DeserializationException

public DeserializationException(java.lang.String message)
Constructs an DeserializationException with a given message

Parameters:
message - The message of this exception





Imprint-Dataprotection