public class EOFException extends DRException
| Constructor and Description |
|---|
EOFException()
Creates a new end-of-file exception.
|
EOFException(String message)
Creates a new end-of-file exception.
|
EOFException(String message,
Throwable cause)
Creates a new end-of-file exception.
|
EOFException(Throwable cause)
Creates a new end-of-file exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EOFException()
public EOFException(String message, Throwable cause)
message - the message to associate with the exceptioncause - the underlying cause of the exceptionpublic EOFException(String message)
message - the message to associate with the exceptionpublic EOFException(Throwable cause)
cause - the underlying cause of the exceptionCopyright © 2016 Actian Corporation. All rights reserved.