Class BackingServiceException

All Implemented Interfaces:
Serializable

public class BackingServiceException extends KukenanWalletException
Exception caused by a backing service (PostgreSql, MongoDb, RabbitMq, Hazelcast...) in an error state.
See Also:
  • 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 - exception ErrorDetailDto.
    • 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 - exception ErrorDetailDto.