Package net.snowflake.ingest.utils
Class SFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.snowflake.ingest.utils.SFException
-
- All Implemented Interfaces:
Serializable
public class SFException extends RuntimeException
Snowflake exception in the Ingest SDK- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SFException(Throwable cause, ErrorCode errorCode, Object... params)Construct a Snowflake exception from a cause, an error code and message parametersSFException(ErrorCode errorCode, Object... params)Construct a Snowflake exception from an error code and message parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()Object[]getParams()StringgetVendorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-