Package org.dspace.app.rest.exception
Class LinkNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dspace.app.rest.exception.LinkNotFoundException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=NOT_FOUND, reason="This link is not found in the system") public class LinkNotFoundException extends RuntimeExceptionThis is the exception to capture details about a not existing linked resource- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinkNotFoundException(String apiCategory, String model, String id)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-