Class OtpRequiredButMustBeForcedException
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.common.service.exceptions.OtpRequiredButMustBeForcedException
- All Implemented Interfaces:
Serializable
Exception caused by forbidden operations because require OTP validated but in order to get the OTP generated extra request parameter is required.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOtpRequiredButMustBeForcedException(String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details