| java.io.ObjectStreamException org.jfree.report.util.ObjectStreamResolveException
ObjectStreamResolveException | public class ObjectStreamResolveException extends ObjectStreamException (Code) | | The ObjectStreamResolveException this thrown, when the object resolving
operation for serialized objects failed.
author: Thomas Morgner |
ObjectStreamResolveException | public ObjectStreamResolveException(String classname)(Code) | | Create an ObjectStreamException with the specified argument.
Parameters: classname - the detailed message for the exception |
ObjectStreamResolveException | public ObjectStreamResolveException()(Code) | | Create an ObjectStreamException.
|
|
|