Class CRLException

    • Constructor Detail

      • CRLException

        public CRLException​(String msg)
        Creates a new CRLException with the specified message.
        Parameters:
        msg - the detail message for this exception.
      • CRLException

        public CRLException()
        Creates a new CRLException.
      • CRLException

        public CRLException​(String message,
                            Throwable cause)
        Creates a new CRLException with the specified message and cause.
        Parameters:
        message - the detail message for this exception.
        cause - the cause for this exception.
      • CRLException

        public CRLException​(Throwable cause)
        Creates a new CRLException with the specified cause.
        Parameters:
        cause - the cause for this exception.