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:
  • Constructor Details

    • NoOutputException

      public NoOutputException()
    • NoOutputException

      public NoOutputException(String message)
    • NoOutputException

      public NoOutputException(String message, Throwable cause)
    • NoOutputException

      public NoOutputException(Throwable cause)