Class RepositorySearchNotFoundException

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

@ResponseStatus(value=NOT_FOUND, reason="This repository doesn\'t provide search options") public class RepositorySearchNotFoundException extends RuntimeException
This is the exception to capture details about call to search endpoint over not search enabled repositories
Author:
Andrea Bollini (andrea.bollini at 4science.it)
See Also:
  • Constructor Details

    • RepositorySearchNotFoundException

      public RepositorySearchNotFoundException(String model)