Class CacheExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
es.kukenan.smartfi.microservice.contracts.service.exceptions.CacheExpiredException
- All Implemented Interfaces:
Serializable
public class CacheExpiredException
extends es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
Exception caused when cache is required but is expired.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCacheExpiredException(String code, String message, Throwable cause, Map additionalInfo, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.protectedCacheExpiredException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.CacheExpiredException(String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor. -
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
-
CacheExpiredException
public CacheExpiredException(String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.- Parameters:
message- exception message.cause- exception cause.details- exceptionErrorDetailDto.
-
CacheExpiredException
protected CacheExpiredException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.- Parameters:
code- Custom code exception.message- exception message.cause- exception cause.details- exceptionErrorDetailDto.
-
CacheExpiredException
protected CacheExpiredException(String code, String message, Throwable cause, Map additionalInfo, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.- Parameters:
code- Custom code exception.message- exception message.cause- exception cause.additionalInfo- exception additional info.details- exceptionErrorDetailDto.
-