Package ubic.gemma.web.controller.util
Class EntityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ubic.gemma.web.controller.util.EntityNotFoundException
- All Implemented Interfaces:
Serializable
Signals that an entity was not found in the system.
This is translated into a 404 error by the exception resolver.
- Author:
- pavlidis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityNotFoundException
(String message) EntityNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityNotFoundException
-
EntityNotFoundException
-