Class BackingServiceException
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.BackingServiceException
- All Implemented Interfaces:
Serializable
Exception caused by a backing service (PostgreSql, MongoDb, RabbitMq, Hazelcast...) in an error state.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBackingServiceException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.BackingServiceException(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
-
BackingServiceException
public BackingServiceException(String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.- Parameters:
message- exception message.cause- exception cause.details- exceptionErrorDetailDto.
-
BackingServiceException
protected BackingServiceException(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.
-