Package org.apache.storm.multilang
Class NoOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.storm.multilang.NoOutputException
- All Implemented Interfaces:
Serializable
A NoOutputException states that no data has been received from the connected non-JVM process.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoOutputException
(String message) NoOutputException
(String message, Throwable cause) NoOutputException
(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
-
NoOutputException
public NoOutputException() -
NoOutputException
-
NoOutputException
-
NoOutputException
-