Package org.dspace.app.rest.exception
Class RepositoryMethodNotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dspace.app.rest.exception.RepositoryMethodNotImplementedException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=METHOD_NOT_ALLOWED, reason="This repository doesn\'t provide or implement the requested method") public class RepositoryMethodNotImplementedException extends RuntimeExceptionThis is the exception to capture details about call to a methods not exposed or not implemented by the repository- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryMethodNotImplementedException(String model, String method)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-