Package org.apache.storm.hive.common
Class HiveWriter.TxnFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.storm.hive.common.HiveWriter.Failure
-
- org.apache.storm.hive.common.HiveWriter.TxnFailure
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HiveWriter
public static class HiveWriter.TxnFailure extends HiveWriter.Failure
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TxnFailure(org.apache.hive.hcatalog.streaming.TransactionBatch txnBatch, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TxnFailure
public TxnFailure(org.apache.hive.hcatalog.streaming.TransactionBatch txnBatch, Throwable cause)
-
-