Class UserAlreadyExistsException

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

public class UserAlreadyExistsException extends UserManagerException
Thrown if the user Id specified for a user in a create user operation already exists
See Also:
  • Constructor Details

    • UserAlreadyExistsException

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

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

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