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