Package java.io
Class OptionalDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.ObjectStreamException
-
- java.io.OptionalDataException
-
- All Implemented Interfaces:
Serializable
public class OptionalDataException extends ObjectStreamException
Signals that theObjectInputStreamclass encountered a primitive type (int,charetc.) instead of an object instance in the input stream.
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-