Rice Pastry API

rice.pastry.wire.exception
Class DeserializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--rice.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
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

Rice Pastry API

Copyright © 2001 - Rice Pastry