Uses of Class
net.snowflake.client.api.exception.ErrorCode
-
Packages that use ErrorCode Package Description net.snowflake.client.api.exception -
-
Uses of ErrorCode in net.snowflake.client.api.exception
Methods in net.snowflake.client.api.exception that return ErrorCode Modifier and Type Method Description static ErrorCodeErrorCode. 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.api.exception with parameters of type ErrorCode Constructor Description SnowflakeSQLException(String queryId, ErrorCode errorCode, Object... params)SnowflakeSQLException(Throwable ex, ErrorCode errorCode, Object... params)SnowflakeSQLException(ErrorCode errorCode, Object... params)
-