Package tigase.form
Class FormSignerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.form.FormSignerException
-
- All Implemented Interfaces:
Serializable
public class FormSignerException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormSignerException()FormSignerException(String message)FormSignerException(String message, Throwable cause)FormSignerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)FormSignerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FormSignerException
public FormSignerException()
-
FormSignerException
public FormSignerException(String message)
-
FormSignerException
public FormSignerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
FormSignerException
public FormSignerException(Throwable cause)
-
-