Class RepositorySearchMethodNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dspace.app.rest.exception.RepositorySearchMethodNotFoundException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=NOT_FOUND, reason="This repository doesn\'t provide the requested search method") public class RepositorySearchMethodNotFoundException extends RuntimeException
This is the exception to capture details about call to a search methods not exposed by the repository
Author:
Andrea Bollini (andrea.bollini at 4science.it)
See Also:
  • Constructor Details

    • RepositorySearchMethodNotFoundException

      public RepositorySearchMethodNotFoundException(String model, String method)