Class UserUnlockException

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

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

    • UserUnlockException

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

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

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