Class SearchAttributeAccessDeniedException

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

public class SearchAttributeAccessDeniedException extends UserManagerException
Thrown if the search criteria specified in a user manager operation contains attributes non-authorized for search
See Also:
  • Constructor Details

    • SearchAttributeAccessDeniedException

      public SearchAttributeAccessDeniedException(Set<String> attributeSet, String errorCode)
      Constructs a SearchAttributeAccessDeniedException with null as its detail message and the specified error code.
      Parameters:
      attributeSet -
      errorCode -
    • SearchAttributeAccessDeniedException

      public SearchAttributeAccessDeniedException(String message, Set<String> attributeSet, String errorCode)
      Constructs a SearchAttributeAccessDeniedException with the specified detail message and error code.
      Parameters:
      message - the detail message
      attributeSet -
      errorCode -
    • SearchAttributeAccessDeniedException

      public SearchAttributeAccessDeniedException(String message, Throwable cause, Set<String> attributeSet, String errorCode)
      Constructs a SearchAttributeAccessDeniedException with the specified detail message, cause and error code.
      Parameters:
      message - the detail message
      cause - the cause
      attributeSet -
      errorCode -
    • SearchAttributeAccessDeniedException

      public SearchAttributeAccessDeniedException(Throwable cause, Set<String> attributeSet, String errorCode)
      Constructs a SearchAttributeAccessDeniedException with the specified cause and error code.
      Parameters:
      cause - the cause
      attributeSet -
      errorCode -
  • Method Details

    • setAttributeSet

      public void setAttributeSet(Set<String> attributeSet)
    • getAttributeSet

      public Set<String> getAttributeSet()