public class EOFException extends IOException
| Constructor and Description |
|---|
EOFException()
Constructs an EOFException with null as its error detail message.
|
EOFException(java.lang.String msg)
Constructs an IOException with the specified detail message.
|