Class NotImplementedException

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

@ResponseStatus(value=NOT_IMPLEMENTED, reason="Method not implemented") public class NotImplementedException extends RuntimeException
This exception is used when the search service has not been implemented for this server.
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException(String message)