Package org.pipecraft.pipes.exceptions
Class TimeoutPipeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pipecraft.pipes.exceptions.PipeException
-
- org.pipecraft.pipes.exceptions.TimeoutPipeException
-
- All Implemented Interfaces:
Serializable
public class TimeoutPipeException extends PipeException
A pipe exception resulting from a timeout- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutPipeException(String msg)TimeoutPipeException(String msg, Throwable cause)TimeoutPipeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-