Class UserEnableException

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

public class UserEnableException extends UserManagerException
Thrown if there is any exception while performing an enable user operation
See Also:
  • Constructor Details

    • UserEnableException

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

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

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