Class 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 Detail

      • NoOutputException

        public NoOutputException()
      • NoOutputException

        public NoOutputException​(String message)
      • NoOutputException

        public NoOutputException​(String message,
                                 Throwable cause)
      • NoOutputException

        public NoOutputException​(Throwable cause)