public class FormsException extends Exception
| Constructor and Description |
|---|
FormsException()
Forms exception.
|
FormsException(String message)
Forms exception.
|
FormsException(String message,
Throwable cause)
Forms exception.
|
FormsException(Throwable cause)
Forms exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormsException()
public FormsException(String message, Throwable cause)
message - the error messagecause - the exception's causepublic FormsException(String message)
message - the error messagepublic FormsException(Throwable cause)
cause - the exception's cause