public class FormException extends Exception
| Constructor and Description |
|---|
FormException(String message)
Construct a new FormException with only a message
|
FormException(String message,
Throwable cause)
Construct a new FormException with only a message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormException(String message)
message - the message to indicate the cause of the exceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.