Class SuggestionHandlingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuxeo.ecm.platform.suggestbox.service.SuggestionHandlingException
All Implemented Interfaces:
Serializable

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

    • SuggestionHandlingException

      public SuggestionHandlingException(String msg)
    • SuggestionHandlingException

      public SuggestionHandlingException(String msg, Throwable cause)
    • SuggestionHandlingException

      public SuggestionHandlingException(Throwable cause)