Class ComponentInitializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.nuxeo.ecm.platform.suggestbox.service.ComponentInitializationException
-
- All Implemented Interfaces:
Serializable
public class ComponentInitializationException extends Exception
Exception thrown when a runtime component related to the SuggestionService fails to initialize due to invalid configuration parameters or missing requirements on the platform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentInitializationException(String msg)
ComponentInitializationException(String msg, Throwable cause)
ComponentInitializationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-