Package org.ametys.plugins.forms
Class FormsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.forms.FormsException
- All Implemented Interfaces:
Serializable
Forms exception, used whenever there is an error specific to the plugin.
- See Also:
-
Constructor Summary
ConstructorDescriptionForms exception.FormsException
(String message) Forms exception.FormsException
(String message, Throwable cause) Forms exception.FormsException
(Throwable cause) Forms exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormsException
public FormsException()Forms exception. -
FormsException
Forms exception.- Parameters:
message
- the error messagecause
- the exception's cause
-
FormsException
Forms exception.- Parameters:
message
- the error message
-
FormsException
Forms exception.- Parameters:
cause
- the exception's cause
-