Rice Pastry API

rice.p2p.util.rawserialization
Class JavaSerializationException

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

Author:
Jeff Hoye
See Also:
Serialized Form

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

getUnserializable

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

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection