Rice Pastry API

rice.pastry.wire.exception
Class SerializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--rice.pastry.wire.exception.SerializationException
All Implemented Interfaces:
java.io.Serializable

public class SerializationException
extends java.io.IOException

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

See Also:
Serialized Form

Constructor Summary
SerializationException(java.lang.String message)
          Constructs an SerializationException 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

SerializationException

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

Parameters:
message - The message of this exception

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection