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.
|
public EOFException()
public EOFException(String s)