Class CertificateEnrollDenied

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

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