Package org.jfree.report.util
Class ObjectStreamResolveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.ObjectStreamException
org.jfree.report.util.ObjectStreamResolveException
- All Implemented Interfaces:
Serializable
The
ObjectStreamResolveException
this thrown, when the object resolving
operation for serialized objects failed.- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an ObjectStreamException.ObjectStreamResolveException
(String classname) Create an ObjectStreamException with the specified argument. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectStreamResolveException
Create an ObjectStreamException with the specified argument.- Parameters:
classname
- the detailed message for the exception
-
ObjectStreamResolveException
public ObjectStreamResolveException()Create an ObjectStreamException.
-