Package org.dspace.app.rest.exception
Class DSpaceFeedbackNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dspace.app.rest.exception.DSpaceFeedbackNotFoundException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=NOT_FOUND, reason="Not Found") public class DSpaceFeedbackNotFoundException extends RuntimeExceptionWhen a request is malformed, we use this exception to indicate this to the client- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk at 4science.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSpaceFeedbackNotFoundException(String message)DSpaceFeedbackNotFoundException(String message, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-