Class UserAccountInvalidException

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.UserAccountInvalidException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class UserAccountInvalidException extends AuthSelfServiceException
Thrown if the specified user account is invalid.
See Also:
  • Constructor Details

    • UserAccountInvalidException

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

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