Package org.apache.iotdb.rpc
Class BatchExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.rpc.StatementExecutionException
-
- org.apache.iotdb.rpc.BatchExecutionException
-
- All Implemented Interfaces:
Serializable
public class BatchExecutionException extends StatementExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchExecutionException(String message)BatchExecutionException(List<TSStatus> statusList)BatchExecutionException(List<TSStatus> statusList, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TSStatus>getStatusList()-
Methods inherited from class org.apache.iotdb.rpc.StatementExecutionException
getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-