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