Uses of Class
java.io.OptionalDataException

Packages that use OptionalDataException
java.io   
 

Uses of OptionalDataException in java.io
 

Methods in java.io that throw OptionalDataException
 Object ObjectInputStream.readObject()
          Read an object from the ObjectInputStream.
protected  Object ObjectInputStream.readObjectOverride()
          This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
private  Object ObjectInputStream.readObject(boolean requireLocalClass)