public class MessageLoginException extends AuthLoginException
Constructor and Description |
---|
MessageLoginException(String message)
Constructor.
|
MessageLoginException(String rbName,
String errorCode,
Object[] args)
Creates
MessageLoginException object. |
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageLoginException(String rbName, String errorCode, Object[] args)
MessageLoginException
object.rbName
- Resource bundle name for the error message.errorCode
- Key to the message in resource bundle.args
- Arguments to the message.public MessageLoginException(String message)
message
- English message for the exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.