Class OtpResendLimitReachedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
es.kukenan.smartfi.common.service.exceptions.ForbiddenException
es.kukenan.smartfi.microservice.onboarding.exception.OtpResendLimitReachedException
All Implemented Interfaces:
Serializable

public class OtpResendLimitReachedException extends es.kukenan.smartfi.common.service.exceptions.ForbiddenException
Exception when Otp value is not correct then returns forbidden.
See Also:
  • Constructor Details

    • OtpResendLimitReachedException

      public OtpResendLimitReachedException(String message, Map additionalInfo)
      Default constructor for Otp resend limit reached exception.
      Parameters:
      message - exception message.
      additionalInfo - custom additional info of otp failed exception.