Class CertificateEnrollDenied

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.exception.CertificateEnrollDenied
All Implemented Interfaces:
Serializable

public class CertificateEnrollDenied extends Exception
Exception CertificateEnrollDenied
See Also:
  • Constructor Details

    • 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.
    • CertificateEnrollDenied

      public CertificateEnrollDenied(String message, Throwable throwable)
      Constructs a new instance of CertificateEnrollDenied
      Parameters:
      message - the throwable message.
      throwable - the parent of this Throwable.