Package org.teiid.translator.jdbc
Class JDBCExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.teiid.core.TeiidException
-
- org.teiid.translator.TranslatorException
-
- org.teiid.translator.jdbc.JDBCExecutionException
-
- All Implemented Interfaces:
Serializable
public class JDBCExecutionException extends TranslatorException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.core.TeiidException
code
-
-
Constructor Summary
Constructors Constructor Description JDBCExecutionException(BundleUtil.Event event, SQLException error, String command)
JDBCExecutionException(BundleUtil.Event event, SQLException error, TranslatedCommand... commands)
-
Method Summary
-
Methods inherited from class org.teiid.core.TeiidException
getCode, getMessage, getOriginalType, setCode, setOriginalType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JDBCExecutionException
public JDBCExecutionException(BundleUtil.Event event, SQLException error, TranslatedCommand... commands)
-
JDBCExecutionException
public JDBCExecutionException(BundleUtil.Event event, SQLException error, String command)
-
-