public class UserNamePasswordValidationException extends AuthLoginException
Constructor and Description |
---|
UserNamePasswordValidationException(String message)
Creates
UserNamePasswordValidationException with
given message. |
UserNamePasswordValidationException(String rbName,
String errorCode,
Object[] args)
Creates
UserNamePasswordValidationException with the
message from the given resource bundle, for a given error message key
(errorCode ) and using arguments to the message. |
UserNamePasswordValidationException(Throwable t)
Creates
UserNamePasswordValidationException with given
Throwable . |
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserNamePasswordValidationException(String rbName, String errorCode, Object[] args)
UserNamePasswordValidationException
with the
message from the given resource bundle, for a given error message key
(errorCode
) and using arguments to the message.rbName
- Resource bundle name for the error message.errorCode
- Key to the message in resource bundle.args
- Arguments to the message.public UserNamePasswordValidationException(String message)
UserNamePasswordValidationException
with
given message.message
- English message for the exception.public UserNamePasswordValidationException(Throwable t)
UserNamePasswordValidationException
with given
Throwable
.t
- the root cause of the exceptionCopyright © 2010-2018, ForgeRock All Rights Reserved.