Rice Pastry API

rice.p2p.util.rawserialization
Class JavaSerializationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byrice.p2p.util.rawserialization.JavaSerializationException
All Implemented Interfaces:
java.io.Serializable

public class JavaSerializationException
extends java.io.IOException

Wrapper exception to hold the name of the message that caused the serialization problem.

Version:
$Id: pretty.settings 2305 2005-03-11 20:22:33Z jeffh $
Author:
Jeff Hoye
See Also:
Serialized Form

Constructor Summary
JavaSerializationException(java.lang.Object o, java.lang.Exception e)
          Constructor for JavaSerializationException.
 
Method Summary
 java.lang.Object getUnserializable()
           
 
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

JavaSerializationException

public JavaSerializationException(java.lang.Object o,
                                  java.lang.Exception e)
Constructor for JavaSerializationException.

Parameters:
o - DESCRIBE THE PARAMETER
e - DESCRIBE THE PARAMETER
Method Detail

getUnserializable

public java.lang.Object getUnserializable()
Returns:
the object that caused the serialization problem

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.