Class EntityNotFoundException
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
- All Implemented Interfaces:
Serializable
Exception caused by a specified entity (for example, in an operation argument) was not found or is not visible in the operation context (access
level...).
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEntityNotFoundException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.EntityNotFoundException(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
-
EntityNotFoundException
public EntityNotFoundException(String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.- Parameters:
message- exception message.cause- exception cause.details- exceptionErrorDetailDto.
-
EntityNotFoundException
protected EntityNotFoundException(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.
-