Class TransferBackingServiceException

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
es.kukenan.smartfi.microservice.transfer.exceptions.TransferBackingServiceException
All Implemented Interfaces:
Serializable

public class TransferBackingServiceException extends es.kukenan.smartfi.common.service.exceptions.BackingServiceException
Move money custom backing service exception.
See Also:
  • Constructor Details

    • TransferBackingServiceException

      public TransferBackingServiceException(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 - exception ErrorDetailDto.