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