Class RevocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.model.DSSException
eu.europa.esig.dss.spi.x509.revocation.RevocationException
- All Implemented Interfaces:
Serializable
public class RevocationException extends DSSException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RevocationException()
RevocationException(String message)
RevocationException(String message, Throwable cause)
RevocationException(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
-
RevocationException
public RevocationException() -
RevocationException
-
RevocationException
-
RevocationException
-