Class AlertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.alert.exception.AlertException
- All Implemented Interfaces:
Serializable
public class AlertException extends RuntimeException
Exception to be thrown by a DSSExceptionAlert
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AlertException()
AlertException(String message)
AlertException(String message, Throwable cause)
AlertException(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 Details
-
AlertException
public AlertException() -
AlertException
-
AlertException
-
AlertException
-