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
public class NoOutputException extends Exception
A NoOutputException states that no data has been received from the connected non-JVM process.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoOutputException()
NoOutputException(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
-
-