public class InvalidAttributeValueException extends SMSException
Exception
,
Throwable
,
Serialized FormConstructor and Description |
---|
InvalidAttributeValueException()
Constructs an
InvalidAttributeValueException with no
specified detail message. |
InvalidAttributeValueException(String s)
Constructs an
InvalidAttributeValueException with the
specified detail message. |
InvalidAttributeValueException(String rbName,
String errorCode,
Object[] args)
Constructs an
InvalidAttributeValueException with the
specified error code. |
getErrorCode, getExceptionCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidAttributeValueException()
InvalidAttributeValueException
with no
specified detail message.public InvalidAttributeValueException(String s)
InvalidAttributeValueException
with the
specified detail message.s
- the detail message.public InvalidAttributeValueException(String rbName, String errorCode, Object[] args)
InvalidAttributeValueException
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
messageargs
- 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.