Package org.apache.storm.hive.common
Class HiveWriter.TxnBatchFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.storm.hive.common.HiveWriter.Failure
-
- org.apache.storm.hive.common.HiveWriter.TxnBatchFailure
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HiveWriter
public static class HiveWriter.TxnBatchFailure extends HiveWriter.Failure
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TxnBatchFailure(org.apache.hive.hcatalog.streaming.HiveEndPoint ep, 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
-
TxnBatchFailure
public TxnBatchFailure(org.apache.hive.hcatalog.streaming.HiveEndPoint ep, Throwable cause)
-
-