Class UserLockException

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

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

    • UserLockException

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

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

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