java.io
Class ObjectStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.ObjectStreamException
All Implemented Interfaces:
Serializable
Honorary Interfaces:
org.joe_e.Powerless
Direct Known Subclasses:
InvalidClassException, InvalidObjectException, NotActiveException, NotSerializableException, OptionalDataException, StreamCorruptedException, WriteAbortedException

public abstract class ObjectStreamException
extends IOException

Superclass of all exceptions specific to Object Stream classes.

Since:
JDK1.1
See Also:
Serialized Form

Constructor Summary
protected ObjectStreamException()
          Suppressed.
          Create an ObjectStreamException.
protected ObjectStreamException(String classname)
          Suppressed.
          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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectStreamException

protected ObjectStreamException(String classname)
Suppressed. default deny

Create an ObjectStreamException with the specified argument.

Parameters:
classname - the detailed message for the exception

ObjectStreamException

protected ObjectStreamException()
Suppressed. default deny

Create an ObjectStreamException.