Package org.dspace.app.iiif.exception
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 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
-
NotImplementedException
-