Package com.aquima.web.rest.v1.exception
Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.web.rest.v1.exception.RestException
com.aquima.web.rest.v1.exception.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when a certain resource is not found.
- Since:
- 9.6
- Author:
- Voicu Moldovan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceNotFoundException
(String message) ResourceNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class com.aquima.web.rest.v1.exception.RestException
getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString