public class TSDBError extends Object
| Constructor and Description |
|---|
TSDBError() |
| Modifier and Type | Method and Description |
|---|---|
static IllegalArgumentException |
createIllegalArgumentException(int errorCode) |
static IllegalStateException |
createIllegalStateException(int errorCode) |
static RuntimeException |
createRuntimeException(int errorCode) |
static RuntimeException |
createRuntimeException(int errorCode,
String message) |
static RuntimeException |
createRuntimeException(int errorCode,
Throwable t) |
static SQLException |
createSQLException(int errorCode) |
static SQLException |
createSQLException(int errorCode,
String message) |
static SQLWarning |
createSQLWarning(String message) |
static TimeoutException |
createTimeoutException(int errorCode,
String message) |
static SQLException |
undeterminedExecutionError() |
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)
public static SQLException undeterminedExecutionError()
public static IllegalArgumentException createIllegalArgumentException(int errorCode)
public static RuntimeException createRuntimeException(int errorCode)
public static RuntimeException createRuntimeException(int errorCode, String message)
public static IllegalStateException createIllegalStateException(int errorCode)
public static TimeoutException createTimeoutException(int errorCode, String message)
Copyright © 2023. All rights reserved.