Class ResponseTooShortException

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

public class ResponseTooShortException extends AuthSelfServiceException
Thrown if length of any of the answers is less than minimum expected length while setting challenge questions and responses.
See Also:
  • Constructor Details

    • ResponseTooShortException

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

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