org.jfree.report.util

Class ObjectStreamResolveException


public class ObjectStreamResolveException
extends ObjectStreamException

The ObjectStreamResolveException this thrown, when the object resolving operation for serialized objects failed.
Author:
Thomas Morgner

Constructor Summary

ObjectStreamResolveException()
Create an ObjectStreamException.
ObjectStreamResolveException(String classname)
Create an ObjectStreamException with the specified argument.

Constructor Details

ObjectStreamResolveException

public ObjectStreamResolveException()
Create an ObjectStreamException.

ObjectStreamResolveException

public ObjectStreamResolveException(String classname)
Create an ObjectStreamException with the specified argument.
Parameters:
classname - the detailed message for the exception