Package java.io
Class EOFException
EOFException()
EOFException(String message)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor EOFException():
Create Exception null as its detailed message.
constructor EOFException(String message):
Create Exception with detailed message.