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 Details

    • RepositoryMethodNotImplementedException

      public RepositoryMethodNotImplementedException(String model, String method)