| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Constructor and Description |
|---|
SFException(ErrorCode errorCode,
Object... params) |
SFException(Throwable cause,
ErrorCode errorCode,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnowflakeSQLLoggedException.sendTelemetryData(String queryId,
String reason,
String SQLState,
int vendorCode,
ErrorCode errorCode,
SFSession session)
Function to construct log data based on possible exception inputs and send data through in-band
telemetry, or oob if in-band does not work
|
| Constructor and Description |
|---|
SnowflakeSQLException(ErrorCode errorCode,
Object... params) |
SnowflakeSQLException(Throwable ex,
ErrorCode errorCode,
Object... params) |
SnowflakeSQLLoggedException(ErrorCode errorCode,
SFSession session,
Object... params) |
SnowflakeSQLLoggedException(Throwable ex,
ErrorCode errorCode,
SFSession session,
Object... params) |
Copyright © 2020. All rights reserved.