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