Package org.apache.iotdb.db.exception
Class BatchProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.db.exception.query.QueryProcessException
-
- org.apache.iotdb.db.exception.BatchProcessException
-
- All Implemented Interfaces:
java.io.Serializable
public class BatchProcessException extends QueryProcessException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchProcessException(java.lang.String message)BatchProcessException(org.apache.iotdb.common.rpc.thrift.TSStatus[] failingStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.iotdb.common.rpc.thrift.TSStatus[]getFailingStatus()-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-