Class SuggestionHandlingException

  • All Implemented Interfaces:
    Serializable

    public class SuggestionHandlingException
    extends Exception
    Exception raised when the SuggestionService is unable to execute the selected suggestion.
    See Also:
    Serialized Form
    • Constructor Detail

      • SuggestionHandlingException

        public SuggestionHandlingException​(String msg)
      • SuggestionHandlingException

        public SuggestionHandlingException​(String msg,
                                           Throwable cause)
      • SuggestionHandlingException

        public SuggestionHandlingException​(Throwable cause)