Package com.soffid.iam.exception
Class CertificateEnrollDenied
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.exception.CertificateEnrollDenied
- All Implemented Interfaces:
Serializable
Exception CertificateEnrollDenied
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor.CertificateEnrollDenied(String message) Constructs a new instance of CertificateEnrollDeniedCertificateEnrollDenied(String message, Throwable throwable) Constructs a new instance of CertificateEnrollDeniedCertificateEnrollDenied(Throwable throwable) Constructs a new instance of CertificateEnrollDenied -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CertificateEnrollDenied
public CertificateEnrollDenied()The default constructor. -
CertificateEnrollDenied
Constructs a new instance of CertificateEnrollDenied- Parameters:
throwable- the parent Throwable
-
CertificateEnrollDenied
Constructs a new instance of CertificateEnrollDenied- Parameters:
message- the throwable message.
-
CertificateEnrollDenied
Constructs a new instance of CertificateEnrollDenied- Parameters:
message- the throwable message.throwable- the parent of this Throwable.
-