Class AppCertificateStoreException

    • 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

      • AppCertificateStoreException

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

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

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

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