public class UnsupportedCredentialTypeException extends CredentialStoreException
Credential
class.Constructor and Description |
---|
UnsupportedCredentialTypeException()
Constructs a new
UnsupportedCredentialTypeException instance. |
UnsupportedCredentialTypeException(String msg)
Constructs a new
UnsupportedCredentialTypeException instance with an initial message. |
UnsupportedCredentialTypeException(String message,
Throwable cause)
Constructs a new
UnsupportedCredentialTypeException instance with an initial message and
cause. |
UnsupportedCredentialTypeException(Throwable cause)
Constructs a new
UnsupportedCredentialTypeException instance with an initial cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedCredentialTypeException()
UnsupportedCredentialTypeException
instance. The message is left blank
(null
), and no cause is specified.public UnsupportedCredentialTypeException(String msg)
UnsupportedCredentialTypeException
instance with an initial message. No
cause is specified.msg
- the messagepublic UnsupportedCredentialTypeException(String message, Throwable cause)
UnsupportedCredentialTypeException
instance with an initial message and
cause.message
- the messagecause
- the causepublic UnsupportedCredentialTypeException(Throwable cause)
UnsupportedCredentialTypeException
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 © 2021 JBoss by Red Hat. All rights reserved.