Package org.teiid.translator
Class TranslatorBatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.teiid.core.TeiidException
-
- org.teiid.translator.TranslatorException
-
- org.teiid.translator.TranslatorBatchException
-
- All Implemented Interfaces:
Serializable
public class TranslatorBatchException extends TranslatorException
An exception the connector writer can return in case of an error while executingBatchedUpdates
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.core.TeiidException
code
-
-
Constructor Summary
Constructors Constructor Description TranslatorBatchException()
No-arg constructor required by Externalizable semantics.TranslatorBatchException(Throwable e, int[] updateCounts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getUpdateCounts()
-
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
-
TranslatorBatchException
public TranslatorBatchException()
No-arg constructor required by Externalizable semantics.
-
TranslatorBatchException
public TranslatorBatchException(Throwable e, int[] updateCounts)
-
-