Class UserDisableException

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

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

    • UserDisableException

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

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

      public UserDisableException(Throwable cause, String errorCode)
      Constructs a UserDisableException with the specified cause.
      Parameters:
      cause - the cause