readObject

 

public Object readObject() throws ClassNotFoundException, 
            InvalidClassException, StreamCorruptedException, 
            OptionalDataException, IOException;

Reads an object carried in the message.

Returns

  • the Object.

Exceptions

  • ClassNotFoundException -

  • InvalidClassException -

  • StreamCorruptedException -

  • OptionalDataException -

  • IOException -


uj13900_