backtype.storm.multilang
Class NoOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
backtype.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoOutputException
public NoOutputException()
NoOutputException
public NoOutputException(String message)
NoOutputException
public NoOutputException(String message,
Throwable cause)
NoOutputException
public NoOutputException(Throwable cause)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.