Class QueuePipeException

  • All Implemented Interfaces:
    Serializable

    public class QueuePipeException
    extends PipeException
    Indicates an error found during the pipeline while interacting with producer/consumer queues.
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • QueuePipeException

        public QueuePipeException​(String msg)
      • QueuePipeException

        public QueuePipeException​(String msg,
                                  Throwable cause)
      • QueuePipeException

        public QueuePipeException​(Throwable cause)