public class EndOfFileExceededException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UUID
|
| Constructor and Description |
|---|
EndOfFileExceededException()
Creates a new instance of EndOfFileExceededException.
|
EndOfFileExceededException(java.lang.String explanation)
Creates a new instance of EndOfFileExceededException.
|
EndOfFileExceededException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a new instance of EndOfFileExceededException.
|
EndOfFileExceededException(java.lang.Throwable cause)
Creates a new instance of EndOfFileExceededException.
|
private static final long serialVersionUID
public EndOfFileExceededException()
public EndOfFileExceededException(java.lang.String explanation)
explanation - The message associated with the exceptionpublic EndOfFileExceededException(java.lang.Throwable cause)
public EndOfFileExceededException(java.lang.String explanation,
java.lang.Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception