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