Class IngestionRunsBadStatusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.snowflake.connectors.application.observability.exception.IngestionRunsBadStatusException
-
- All Implemented Interfaces:
Serializable
public class IngestionRunsBadStatusException extends RuntimeException
Exception thrown when an invalid status is provided when ending an ingestion run.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngestionRunsBadStatusException(IngestionRun.IngestionStatus status)
Creates a newIngestionRunsBadStatusException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IngestionRunsBadStatusException
public IngestionRunsBadStatusException(IngestionRun.IngestionStatus status)
Creates a newIngestionRunsBadStatusException
.- Parameters:
status
- provided ingestion run status
-
-