public class InvalidAttributeNameException extends SMSException
InvalidAttributeNameException
is thrown to indicate that
an invalid attribute name was used.Exception
,
Throwable
,
Serialized FormConstructor and Description |
---|
InvalidAttributeNameException()
Constructs an
InvalidAttributeNameException with no
specified detail message. |
InvalidAttributeNameException(String s)
Constructs an
InvalidAttributeNameException with the
specified detail message. |
InvalidAttributeNameException(String rbName,
String errorCode,
Object[] args)
Constructs an
InvalidAttributeNameException with the
specified error code. |
getErrorCode, getExceptionCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidAttributeNameException()
InvalidAttributeNameException
with no
specified detail message.public InvalidAttributeNameException(String s)
InvalidAttributeNameException
with the
specified detail message.s
- the detail message.public InvalidAttributeNameException(String rbName, String errorCode, Object[] args)
InvalidAttributeNameException
with the
specified error code. It can be used to pass localized error message.rbName
- Resource Bundle name where localized error message is located.errorCode
- error code or message id to be used for
ResourceBundle.getString()
to locate error
message.args
- any arguments to be used for error message formatting
getMessage()
will construct error message using
English resource bundle.Copyright © 2010-2018, ForgeRock All Rights Reserved.