public class SFException extends RuntimeException
| Constructor and Description |
|---|
SFException(ErrorCode errorCode,
Object... params)
Construct a Snowflake exception from an error code and message parameters
|
SFException(Throwable cause,
ErrorCode errorCode,
Object... params)
Construct a Snowflake exception from a cause, an error code and message parameters
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
Object[] |
getParams() |
String |
getVendorCode() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022. All rights reserved.