org.pentaho.reporting.engine.classic.core.util
Class ObjectStreamResolveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.ObjectStreamException
                  extended by org.pentaho.reporting.engine.classic.core.util.ObjectStreamResolveException
All Implemented Interfaces:
Serializable

public class ObjectStreamResolveException
extends ObjectStreamException

The ObjectStreamResolveException this thrown, when the object resolving operation for serialized objects failed.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ObjectStreamResolveException()
          Create an ObjectStreamException.
ObjectStreamResolveException(String classname)
          Create an ObjectStreamException with the specified argument.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectStreamResolveException

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

Parameters:
classname - the detailed message for the exception

ObjectStreamResolveException

public ObjectStreamResolveException()
Create an ObjectStreamException.