Class CertificateEnrollWaitingForAproval

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

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