Class SuggestionException

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

public class SuggestionException extends Exception
Exception raised when a suggester cannot perform it's suggestion due to inconsistent configuration or problem when calling a backend service: in that case the backend service exception should be wrapped as the cause.
See Also:
  • Constructor Details

    • SuggestionException

      public SuggestionException(String msg)
    • SuggestionException

      public SuggestionException(String msg, Throwable cause)
    • SuggestionException

      public SuggestionException(Throwable cause)