Class ProductNotAssociatedException

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.ForbiddenException
es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductNotAssociatedException
All Implemented Interfaces:
Serializable

public final class ProductNotAssociatedException extends es.kukenan.smartfi.common.service.exceptions.ForbiddenException
Exception caused by a specified product was not found or is not visible in the operation context (access level...).
See Also:
  • Constructor Details

    • ProductNotAssociatedException

      public ProductNotAssociatedException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details)
      Constructor.
      Parameters:
      code - Code exception.
      message - Message exception.
      cause - Throwable cause exception.
      details - Details exception.