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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SuggestionException(String msg)
SuggestionException(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
-
-