Class OtpExpiredTtlException
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.OtpExpiredTtlException
- All Implemented Interfaces:
Serializable
public class OtpExpiredTtlException
extends es.kukenan.smartfi.common.service.exceptions.ForbiddenException
Exception for Otp time to live expired.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOtpExpiredTtlException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Custom message for time to live expired date.OtpExpiredTtlException(String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor with custom code by default. -
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
-
OtpExpiredTtlException
public OtpExpiredTtlException(String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor with custom code by default.- Parameters:
message- custom message for time to live expired date.cause- custom cause for time to live expired date.details- custom details for time to live expired date.
-
OtpExpiredTtlException
public OtpExpiredTtlException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Custom message for time to live expired date.- Parameters:
code- custom exception code.message- custom message for time to live expired date.cause- custom cause for time to live expired date.details- custom details for time to live expired date.
-