Class StatementExecutionException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BatchExecutionException

    public class StatementExecutionException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStatusCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StatementExecutionException

        public StatementExecutionException​(org.apache.iotdb.common.rpc.thrift.TSStatus status)
      • StatementExecutionException

        public StatementExecutionException​(org.apache.iotdb.protocol.influxdb.rpc.thrift.InfluxTSStatus status)
      • StatementExecutionException

        public StatementExecutionException​(java.lang.String reason)
      • StatementExecutionException

        public StatementExecutionException​(java.lang.Throwable cause)
      • StatementExecutionException

        public StatementExecutionException​(java.lang.String message,
                                           java.lang.Throwable cause)
    • Method Detail

      • getStatusCode

        public int getStatusCode()