public class EndOfFileExceededException extends IOException
Constructor and Description |
---|
EndOfFileExceededException()
Creates a new instance of EndOfFileExceededException.
|
EndOfFileExceededException(String explanation)
Creates a new instance of EndOfFileExceededException.
|
EndOfFileExceededException(String explanation,
Throwable cause)
Creates a new instance of EndOfFileExceededException.
|
EndOfFileExceededException(Throwable cause)
Creates a new instance of EndOfFileExceededException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EndOfFileExceededException()
public EndOfFileExceededException(String explanation)
explanation
- The message associated with the exceptionpublic EndOfFileExceededException(Throwable cause)
Copyright © 2012–2016 Apache Mavibot Project Parent. All rights reserved.