Class UnknownAttributeException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable, OIMGenericExceptionIntf

public class UnknownAttributeException extends UserManagerException
Thrown if an attribute provided as an attribute in a user manager operation is an unknown attribute
See Also:
  • Constructor Details

    • UnknownAttributeException

      public UnknownAttributeException(String message, String errorCode)
      Constructs a UnknownAttributeException with the specified detail message and error code.
      Parameters:
      message - the detail message
      errorCode - Error Code
    • UnknownAttributeException

      public UnknownAttributeException(String message, Throwable cause, String errorCode)
      Constructs a UnknownAttributeException with the specified detail message, cause and error code.
      Parameters:
      message - the detail message
      cause - the cause
      errorCode - Error Code
    • UnknownAttributeException

      public UnknownAttributeException(Throwable cause, String errorCode)
      Constructs a UnknownAttributeException with the specified cause and error code.
      Parameters:
      cause - the cause
      errorCode - Error Code