Package net.snowflake.client.core
Class SFException
- java.lang.Object
-
- java.lang.Throwable
-
- net.snowflake.client.core.SFException
-
- All Implemented Interfaces:
Serializable
public class SFException extends Throwable
Created by jhuang on 1/5/16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SFException(Throwable cause, ErrorCode errorCode, Object... params)
SFException(ErrorCode errorCode, Object... params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
Object[]
getParams()
String
getQueryId()
String
getSqlState()
int
getVendorCode()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-