Package es.caib.seycon.ng.exception
Class CertificateEnrollWaitingForAproval
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.CertificateEnrollWaitingForAproval
-
- All Implemented Interfaces:
Serializable
public class CertificateEnrollWaitingForAproval extends Exception
Exception CertificateEnrollWaitingForAproval- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertificateEnrollWaitingForAproval()
The 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 Detail
-
CertificateEnrollWaitingForAproval
public CertificateEnrollWaitingForAproval()
The default constructor.
-
CertificateEnrollWaitingForAproval
public CertificateEnrollWaitingForAproval(Throwable throwable)
Constructs a new instance of CertificateEnrollWaitingForAproval- Parameters:
throwable
- the parent Throwable
-
CertificateEnrollWaitingForAproval
public CertificateEnrollWaitingForAproval(String message)
Constructs a new instance of CertificateEnrollWaitingForAproval- Parameters:
message
- the throwable message.
-
-