public class TSDBError extends Object
| 构造器和说明 |
|---|
TSDBError() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RuntimeException |
createRuntimeException(int errorCode,
Throwable t) |
static SQLException |
createSQLException(int errorCode) |
static SQLException |
createSQLException(int errorCode,
String message) |
static SQLWarning |
createSQLWarning(String message) |
public static SQLException createSQLException(int errorCode)
public static SQLException createSQLException(int errorCode, String message)
public static RuntimeException createRuntimeException(int errorCode, Throwable t)
public static SQLWarning createSQLWarning(String message)
Copyright © 2021. All rights reserved.