backtype.storm.multilang
Class NoOutputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NoOutputException()
           
NoOutputException(String message)
           
NoOutputException(String message, Throwable cause)
           
NoOutputException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.