Package java.io
Class ObjectStreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.ObjectStreamException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidClassException
,InvalidObjectException
,NotActiveException
,NotSerializableException
,OptionalDataException
,StreamCorruptedException
,WriteAbortedException
public abstract class ObjectStreamException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ObjectStreamException()
protected
ObjectStreamException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ObjectStreamException
protected ObjectStreamException()
-
ObjectStreamException
protected ObjectStreamException(String var0)
-
-