Class InvalidAttributeNameException

All Implemented Interfaces:
com.sun.identity.shared.locale.L10NMessage, Serializable

@SupportedAll public class InvalidAttributeNameException extends SMSException
The InvalidAttributeNameException is thrown to indicate that an invalid attribute name was used.
See Also:
  • Constructor Details

    • InvalidAttributeNameException

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

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

      public InvalidAttributeNameException(String rbName, String errorCode, Object[] args)
      Constructs an InvalidAttributeNameException with the specified error code. It can be used to pass localized error message.
      Parameters:
      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.