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 RuntimeExceptionThis exception is used when the search service has not been implemented for this server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotImplementedException
public NotImplementedException(String message)
-
-