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 Details

    • DSpaceFeedbackNotFoundException

      public DSpaceFeedbackNotFoundException(String message)
    • DSpaceFeedbackNotFoundException

      public DSpaceFeedbackNotFoundException(String message, Exception e)