Class EntityNotFoundException

All Implemented Interfaces:
Serializable

public class EntityNotFoundException extends KukenanWalletException
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 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 - exception ErrorDetailDto.
    • 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 - exception ErrorDetailDto.