Class IngestionRunsReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.snowflake.connectors.application.observability.exception.IngestionRunsReferenceException
-
- All Implemented Interfaces:
Serializable
public class IngestionRunsReferenceException extends RuntimeException
Exception thrown when insufficient ingestion information when starting an ingestion run.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngestionRunsReferenceException()
Creates a newIngestionRunsReferenceException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IngestionRunsReferenceException
public IngestionRunsReferenceException()
Creates a newIngestionRunsReferenceException
.
-
-