Uses of Class
net.snowflake.client.jdbc.ErrorCode
-
Packages that use ErrorCode Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of ErrorCode in net.snowflake.client.core
Constructors in net.snowflake.client.core with parameters of type ErrorCode Constructor Description SFException(Throwable cause, ErrorCode errorCode, Object... params)
SFException(ErrorCode errorCode, Object... params)
-
Uses of ErrorCode in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return ErrorCode Modifier and Type Method 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.Constructors in net.snowflake.client.jdbc with parameters of type ErrorCode Constructor Description SnowflakeSQLException(Throwable ex, ErrorCode errorCode, Object... params)
SnowflakeSQLException(ErrorCode errorCode, int retryCount, boolean issocketTimeoutNoBackoff, long elapsedSeconds)
SnowflakeSQLException(ErrorCode errorCode, Object... params)
SnowflakeSQLLoggedException(SFBaseSession session, ErrorCode errorCode, Object... params)
SnowflakeSQLLoggedException(SFBaseSession session, ErrorCode errorCode, Throwable ex, Object... params)
-