public class DBFException extends RuntimeException
| Constructor and Description |
|---|
DBFException(String message)
Constructs an DBFException with the specified detail message.
|
DBFException(String message,
Throwable cause)
Constructs an DBFException with the specified detail message and cause.
|
DBFException(Throwable cause)
Constructs an DBFException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DBFException(String message)
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)public DBFException(String message, Throwable cause)
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).public DBFException(Throwable cause)
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).Copyright © 2018. All rights reserved.