Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sklsft.commons.api.exception.ApplicationException
org.sklsft.commons.api.exception.repository.ObjectNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when a dao does not find a requested object
Similar to hibernate ObjectNotFoundException
Similar to hibernate ObjectNotFoundException
- Author:
- Nicolas Thibault
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectNotFoundException(String message) ObjectNotFoundException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.sklsft.commons.api.exception.ApplicationException
getMessage, setMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectNotFoundException
public ObjectNotFoundException() -
ObjectNotFoundException
-
ObjectNotFoundException
-
-
Method Details
-
getHttpErrorCode
- Overrides:
getHttpErrorCodein classApplicationException
-