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
public class SubmitterHookException extends RuntimeException
This Exception is thrown when registeredISubmitterHook
could not be initialized or invoked.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubmitterHookException()
SubmitterHookException(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
-
-