Package org.pipecraft.pipes.exceptions
Class QueuePipeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pipecraft.pipes.exceptions.PipeException
-
- org.pipecraft.pipes.exceptions.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 Summary
Constructors Constructor Description QueuePipeException(String msg)QueuePipeException(String msg, Throwable cause)QueuePipeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-