Class CertificateStoreException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • CertificateStoreException

        public CertificateStoreException()
        Constructs a new exception with null as its message.
      • CertificateStoreException

        public CertificateStoreException​(java.lang.String message)
        Constructs a new exception with specified message.
        Parameters:
        message - the detailed message
      • CertificateStoreException

        public CertificateStoreException​(java.lang.Throwable cause)
        Constructs a new exception with specified cause.
        Parameters:
        cause - the exception causing this one
      • CertificateStoreException

        public CertificateStoreException​(java.lang.String message,
                                         java.lang.Throwable cause)
        Constructs a new exception with specified message and cause.
        Parameters:
        message - the detail message
        cause - the exception causing this one