Class CertStoreException

    • Constructor Detail

      • CertStoreException

        public CertStoreException​(String msg,
                                  Throwable cause)
        Creates a new CertStoreException with the specified message and cause.
        Parameters:
        msg - the detail message for this exception.
        cause - the cause why the access to the certificate store failed.
      • CertStoreException

        public CertStoreException​(Throwable cause)
        Creates a new CertStoreException with the specified cause.
        Parameters:
        cause - the cause why the access to the certificate store failed.
      • CertStoreException

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

        public CertStoreException()
        Creates a new CertStoreException.