Class UserCreateException

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

public class UserCreateException extends UserManagerException
Thrown if there is any exception while performing a create user operation
See Also:
  • Constructor Details

    • UserCreateException

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

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

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