com.sun.identity.sm
Class InvalidAttributeNameException

com.sun.identity.sm.SMSException
  |
  +--com.sun.identity.sm.InvalidAttributeNameException

public class InvalidAttributeNameException
extends SMSException

The InvalidAttributeNameException is thrown to indicate that an invalid attribute name was used.

See Also:
Exception, Throwable

Fields inherited from class com.sun.identity.sm.SMSException
STATUS_ABORT, STATUS_CONFIG_PROBLEM, STATUS_INVALID_INPUT, STATUS_LDAP_OP_FAILED, STATUS_NO_PERMISSION, STATUS_NONE, STATUS_QUO_ANTE, STATUS_REPEATEDLY_FAILED, STATUS_RETRY, STATUS_SMS_OP_FAILED, STATUS_UNKNOWN_EXCEPTION
 
Constructor Summary
InvalidAttributeNameException()
          Constructs an InvalidAttributeNameException with no specified detail message.
InvalidAttributeNameException(java.lang.String s)
          Constructs an InvalidAttributeNameException with the specified detail message.
InvalidAttributeNameException(java.lang.String rbName, java.lang.String errorCode, java.lang.Object[] args)
          Constructs an InvalidAttributeNameException with the specificed error code.
 
Methods inherited from class com.sun.identity.sm.SMSException
getErrorCode, getExceptionCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, toString
 

Constructor Detail

InvalidAttributeNameException

public InvalidAttributeNameException()
Constructs an InvalidAttributeNameException with no specified detail message.

InvalidAttributeNameException

public InvalidAttributeNameException(java.lang.String s)
Constructs an InvalidAttributeNameException with the specified detail message.
Parameters:
s - the detail message.

InvalidAttributeNameException

public InvalidAttributeNameException(java.lang.String rbName,
                                     java.lang.String errorCode,
                                     java.lang.Object[] args)
Constructs an InvalidAttributeNameException with the specificed error code. It can be used to pass localized error message
Parameters:
rbname - - Resource Bundle name where localized error message is located
errorCode - - errorcode or message id to be used for ResourceBundle.getString() to locate error message
Object[] - args any args to be used for error message formatting getMessage() will construct error message using English resource bundle