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 RuntimeException
When a request is malformed, we use this exception to indicate this to the client
- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk at 4science.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDSpaceFeedbackNotFoundException(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
-
Constructor Details
-
DSpaceFeedbackNotFoundException
-
DSpaceFeedbackNotFoundException
-