Class CertificateEnrollWaitingForAproval

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

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

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

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