Class ResourceNotFound

All Implemented Interfaces:
Serializable

public class ResourceNotFound extends RuntimeException
See Also:
  • Constructor Details

    • ResourceNotFound

      public ResourceNotFound(String message, Throwable origin)
    • ResourceNotFound

      public ResourceNotFound(String message)
    • ResourceNotFound

      public ResourceNotFound(tech.corefinance.common.dto.GeneralApiResponse<?> apiResponse) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • ResourceNotFound

      public ResourceNotFound(tech.corefinance.common.dto.GeneralApiResponse<?> apiResponse, Throwable origin) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException