public class CertStoreException extends GeneralSecurityException
CertStore
fails.Constructor and Description |
---|
CertStoreException()
Creates a new
CertStoreException . |
CertStoreException(String msg)
Creates a new
CertStoreException with the specified message. |
CertStoreException(String msg,
Throwable cause)
Creates a new
CertStoreException with the specified message and
cause. |
CertStoreException(Throwable cause)
Creates a new
CertStoreException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CertStoreException(String msg, Throwable cause)
CertStoreException
with the specified message and
cause.msg
- the detail message for this exception.cause
- the cause why the access to the certificate store failed.public CertStoreException(Throwable cause)
CertStoreException
with the specified cause.cause
- the cause why the access to the certificate store failed.public CertStoreException(String msg)
CertStoreException
with the specified message.msg
- the detail message for this exception.public CertStoreException()
CertStoreException
.