Package org.apache.storm.hooks
Class SubmitterHookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.storm.hooks.SubmitterHookException
- All Implemented Interfaces:
Serializable
This Exception is thrown when registered
ISubmitterHook
could not be initialized or invoked.- See Also:
-
Constructor Summary
ConstructorDescriptionSubmitterHookException
(String message) SubmitterHookException
(String message, Throwable cause) SubmitterHookException
(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
-
SubmitterHookException
public SubmitterHookException() -
SubmitterHookException
-
SubmitterHookException
-
SubmitterHookException
-