Class InvalidIngestionProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.snowflake.connectors.application.integration.InvalidIngestionProcessException
-
- All Implemented Interfaces:
Serializable
public class InvalidIngestionProcessException extends RuntimeException
Exception thrown when an invalid ingestion process is encountered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidIngestionProcessException(String message)
Creates a newInvalidIngestionProcessException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidIngestionProcessException
public InvalidIngestionProcessException(String message)
Creates a newInvalidIngestionProcessException
.- Parameters:
message
- exception message
-
-