Class OutOfOrderPipeException

  • All Implemented Interfaces:
    Serializable

    public class OutOfOrderPipeException
    extends PipeException
    Indicates that the ordering of items in a pipe was not as expected
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • OutOfOrderPipeException

        public OutOfOrderPipeException​(String msg)
        Constructor
        Parameters:
        msg - The error message
      • OutOfOrderPipeException

        public OutOfOrderPipeException​(String msg,
                                       Throwable cause)
        Constructor
        Parameters:
        msg - The error message
        cause - The nested exception
      • OutOfOrderPipeException

        public OutOfOrderPipeException​(Throwable cause)
        Constructor
        Parameters:
        cause - The nested exception