public class EOFException extends IOException
Constructor and Description |
---|
EOFException()
Constructs a new
EOFException with its stack trace filled in. |
EOFException(String detailMessage)
Constructs a new
EOFException with its stack trace and detail
message filled in. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EOFException()
EOFException
with its stack trace filled in.public EOFException(String detailMessage)
EOFException
with its stack trace and detail
message filled in.detailMessage
- the detail message for this exception.