Package net.snowflake.client.core.bind
Class BindException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.snowflake.client.core.bind.BindException
-
- All Implemented Interfaces:
Serializable
public class BindException extends Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BindException.Type
-
Field Summary
Fields Modifier and Type Field Description BindException.Type
type
-
Constructor Summary
Constructors Constructor Description BindException(String msg, BindException.Type type)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
type
public final BindException.Type type
-
-
Constructor Detail
-
BindException
public BindException(String msg, BindException.Type type)
-
-