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 Summary
ConstructorsConstructorDescriptionOtpResendLimitReachedException(String message, Map additionalInfo) Default constructor for Otp resend limit reached exception. -
Method Summary
Methods inherited from class es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
canEqual, equals, getAdditionalInfo, getCode, getDetails, getHttpStatus, hashCode, setAdditionalInfo, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OtpResendLimitReachedException
Default constructor for Otp resend limit reached exception.- Parameters:
message- exception message.additionalInfo- custom additional info of otp failed exception.
-