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