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 RuntimeException
This 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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryMethodNotImplementedException
-