rice.p2p.util.rawserialization
Class JavaSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
rice.p2p.util.rawserialization.JavaSerializationException
- All Implemented Interfaces:
- Serializable
public class JavaSerializationException
- extends IOException
Wrapper exception to hold the name of the message that caused the serialization problem.
- Author:
- Jeff Hoye
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JavaSerializationException
public JavaSerializationException(Object o,
Exception e)
getUnserializable
public Object getUnserializable()
- Returns:
- the object that caused the serialization problem
Copyright © 2010. All Rights Reserved.