Package eu.europa.esig.dss.pki.exception
Class PKIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.pki.exception.PKIException
- All Implemented Interfaces:
Serializable
Represents an error state occurred within a PKI factory processing
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorPKIException
(String message) Constructor with a messagePKIException
(String message, Throwable cause) Re-throwable constructor with a custom messagePKIException
(Throwable cause) Re-throwable constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PKIException
public PKIException()Empty constructor -
PKIException
-
PKIException
-
PKIException
-