Class CertStoreException

All Implemented Interfaces:
Serializable

public class CertStoreException
extends GeneralSecurityException
The exception that is thrown when an access to a CertStore fails.
See Also:
Serialized Form
  • Constructor Details

    • 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.