public class ObjectStreamResolveException
extends java.io.ObjectStreamException
ObjectStreamResolveException this thrown, when the object resolving
operation for serialized objects failed.| Constructor and Description |
|---|
ObjectStreamResolveException()
Create an ObjectStreamException.
|
ObjectStreamResolveException(java.lang.String classname)
Create an ObjectStreamException with the specified argument.
|
public ObjectStreamResolveException(java.lang.String classname)
classname - the detailed message for the exceptionpublic ObjectStreamResolveException()