Class SuggestionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuxeo.ecm.platform.suggestbox.service.SuggestionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionSuggestionException
(String msg, Throwable cause) SuggestionException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SuggestionException
-
SuggestionException
-
SuggestionException
-