Class TransferNotFoundException
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.EntityNotFoundException
es.kukenan.smartfi.microservice.transfer.exceptions.TransferNotFoundException
- All Implemented Interfaces:
Serializable
public class TransferNotFoundException
extends es.kukenan.smartfi.common.service.exceptions.EntityNotFoundException
Exception caused by a specified entity was not found or is not visible in the operation context.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransferNotFoundException(String code, 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
-
TransferNotFoundException
public TransferNotFoundException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.- Parameters:
code- custom code message.message- exception message.cause- exception cause.details- exceptionErrorDetailDto.
-