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
public class FormsException extends Exception
Forms exception, used whenever there is an error specific to the plugin.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormsException()
Forms 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 Detail
-
FormsException
public FormsException()
Forms exception.
-
FormsException
public FormsException(String message, Throwable cause)
Forms exception.- Parameters:
message
- the error messagecause
- the exception's cause
-
FormsException
public FormsException(String message)
Forms exception.- Parameters:
message
- the error message
-
FormsException
public FormsException(Throwable cause)
Forms exception.- Parameters:
cause
- the exception's cause
-
-