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(String queryId, Throwable cause, ErrorCode errorCode, Object... params)SFException(String queryID, ErrorCode errorCode, Object... params)Deprecated.SFException(Throwable cause, ErrorCode errorCode, Object... params)Deprecated.SFException(ErrorCode errorCode, Object... params)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()Object[]getParams()StringgetQueryId()StringgetSqlState()intgetVendorCode()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
SFException
@Deprecated public SFException(ErrorCode errorCode, Object... params)
Deprecated.
-
SFException
@Deprecated public SFException(String queryID, ErrorCode errorCode, Object... params)
Deprecated.
-
SFException
@Deprecated public SFException(Throwable cause, ErrorCode errorCode, Object... params)
Deprecated.
-
-