Uses of Class
net.snowflake.ingest.utils.SFException
-
Packages that use SFException Package Description net.snowflake.ingest.streaming net.snowflake.ingest.utils -
-
Uses of SFException in net.snowflake.ingest.streaming
Methods in net.snowflake.ingest.streaming that return SFException Modifier and Type Method Description SFException
InsertValidationResponse.InsertError. getException()
Get the exceptionMethods in net.snowflake.ingest.streaming with parameters of type SFException Modifier and Type Method Description void
InsertValidationResponse.InsertError. setException(SFException exception)
Set the insert exception -
Uses of SFException in net.snowflake.ingest.utils
Methods in net.snowflake.ingest.utils that throw SFException Modifier and Type Method Description static void
Utils. assertNotNull(String name, Object value)
Assert when the value is nullstatic void
Utils. assertStringNotNullOrEmpty(String name, String value)
Assert when the String is null or Empty
-