Class 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:
    Serialized Form
    • Constructor Detail

      • DSpaceFeedbackNotFoundException

        public DSpaceFeedbackNotFoundException​(String message)
      • DSpaceFeedbackNotFoundException

        public DSpaceFeedbackNotFoundException​(String message,
                                               Exception e)