Class CertException

    • Constructor Summary

      Constructors 
      Constructor Description
      CertException​(java.lang.String message)
      Creates a new certificate exception with the provided message.
      CertException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new certificate exception with the provided message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CertException

        public CertException​(java.lang.String message)
        Creates a new certificate exception with the provided message.
        Parameters:
        message - The message to use for this exception.
      • CertException

        public CertException​(java.lang.String message,
                             java.lang.Throwable cause)
        Creates a new certificate exception with the provided message.
        Parameters:
        message - The message to use for this exception.
        cause - The exception that triggered this exception.