Class InvalidSearchOperatorException

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

public class InvalidSearchOperatorException extends UserManagerException
Thrown if an invalid search operator is provided as input in a user search operation
See Also:
  • Constructor Details

    • InvalidSearchOperatorException

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

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

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