Package tech.corefinance.common.ex
Class ResourceNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.corefinance.common.ex.ResourceNotFound
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceNotFound(String message) ResourceNotFound(String message, Throwable origin) ResourceNotFound(tech.corefinance.common.dto.GeneralApiResponse<?> apiResponse) ResourceNotFound(tech.corefinance.common.dto.GeneralApiResponse<?> apiResponse, Throwable origin) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFound
-
ResourceNotFound
-
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
-