Class IngestionProcessUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.snowflake.connectors.application.ingestion.process.IngestionProcessUpdateException
-
- All Implemented Interfaces:
Serializable
public class IngestionProcessUpdateException extends RuntimeException
Exception thrown when more or less than one ingestion process row is updated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngestionProcessUpdateException(Long rowsUpdated)
Creates a newIngestionProcessUpdateException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IngestionProcessUpdateException
public IngestionProcessUpdateException(Long rowsUpdated)
Creates a newIngestionProcessUpdateException
.- Parameters:
rowsUpdated
- number of updated rows
-
-