public class CredentialStoreException extends GeneralSecurityException
CredentialStore
has failed.Constructor and Description |
---|
CredentialStoreException()
Constructs a new
CredentialStoreException instance. |
CredentialStoreException(String msg)
Constructs a new
CredentialStoreException instance with an initial message. |
CredentialStoreException(String message,
Throwable cause)
Constructs a new
CredentialStoreException instance with an initial message and
cause. |
CredentialStoreException(Throwable cause)
Constructs a new
CredentialStoreException instance with an initial cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CredentialStoreException()
CredentialStoreException
instance. The message is left blank
(null
), and no cause is specified.public CredentialStoreException(String msg)
CredentialStoreException
instance with an initial message. No
cause is specified.msg
- the messagepublic CredentialStoreException(String message, Throwable cause)
CredentialStoreException
instance with an initial message and
cause.message
- the messagecause
- the causepublic CredentialStoreException(Throwable cause)
CredentialStoreException
instance with an initial cause. If a
non-null
cause is specified, its message is used to initialize the message of this Exception
; otherwise the message is left blank (null
).cause
- the causeCopyright © 2020 JBoss by Red Hat. All rights reserved.