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