类 TSDBError
- java.lang.Object
-
- com.taosdata.jdbc.TSDBError
-
public class TSDBError extends Object
-
-
构造器概要
构造器 构造器 说明 TSDBError()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static RuntimeExceptioncreateRuntimeException(int errorCode, Throwable t)static SQLExceptioncreateSQLException(int errorCode)static SQLExceptioncreateSQLException(int errorCode, String message)static SQLWarningcreateSQLWarning(String message)
-
-
-
方法详细资料
-
createSQLException
public static SQLException createSQLException(int errorCode)
-
createSQLException
public static SQLException createSQLException(int errorCode, String message)
-
createRuntimeException
public static RuntimeException createRuntimeException(int errorCode, Throwable t)
-
createSQLWarning
public static SQLWarning createSQLWarning(String message)
-
-