Uses of Class
net.snowflake.client.core.bind.BindException.Type
-
Packages that use BindException.Type Package Description net.snowflake.client.core.bind -
-
Uses of BindException.Type in net.snowflake.client.core.bind
Fields in net.snowflake.client.core.bind declared as BindException.Type Modifier and Type Field Description BindException.TypeBindException. typeMethods in net.snowflake.client.core.bind that return BindException.Type Modifier and Type Method Description static BindException.TypeBindException.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BindException.Type[]BindException.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.snowflake.client.core.bind with parameters of type BindException.Type Constructor Description BindException(String msg, BindException.Type type)
-