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 SummaryConstructorsConstructorDescriptionSubmitterHookException(String message) SubmitterHookException(String message, Throwable cause) SubmitterHookException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SubmitterHookExceptionpublic SubmitterHookException()
- 
SubmitterHookException
- 
SubmitterHookException
- 
SubmitterHookException
 
-