Class UserAccountLockedByAdminException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.selfservice.exception.AuthSelfServiceException
oracle.iam.selfservice.exception.UserAccountLockedByAdminException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class UserAccountLockedByAdminException extends AuthSelfServiceException
Thrown if the specified user account is locked by the administrator
See Also:
  • Constructor Details

    • UserAccountLockedByAdminException

      public UserAccountLockedByAdminException(String message, Throwable throwable)
      Constructs a UserAccountLockedByAdminException with the specified detail message and cause.
      Parameters:
      message - the detail message
      throwable - the detail cause
    • UserAccountLockedByAdminException

      public UserAccountLockedByAdminException(String message)
      Constructs a UserAccountLockedByAdminException with the specified detail message.
      Parameters:
      message - the detail message