public class EOFException extends IOException
Constructor and Description |
---|
EOFException()
Constructs an EOFException with null as its error detail message.
|
EOFException(String s)
Constructs an EOFException with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public EOFException()
public EOFException(String s)