Class UserBrowseException

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

public class UserBrowseException extends UserManagerException
Thrown if there is an exception while browsing for user with a specified criteria.
See Also:
  • Constructor Details

    • UserBrowseException

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

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

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