| 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.
|
| Constructor and Description |
|---|
SnowflakeSQLException(ErrorCode errorCode,
int retryCount,
boolean issocketTimeoutNoBackoff,
long elapsedSeconds) |
SnowflakeSQLException(ErrorCode errorCode,
Object... params) |
SnowflakeSQLException(Throwable ex,
ErrorCode errorCode,
Object... params) |
SnowflakeSQLLoggedException(SFBaseSession session,
ErrorCode errorCode,
Object... params) |
SnowflakeSQLLoggedException(SFBaseSession session,
ErrorCode errorCode,
Throwable ex,
Object... params) |
Copyright © 2022. All rights reserved.