Class ResourceIngestionDefinitionInstantiationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.snowflake.connectors.application.ingestion.definition.ResourceIngestionDefinitionInstantiationException
-
- All Implemented Interfaces:
Serializable
public class ResourceIngestionDefinitionInstantiationException extends RuntimeException
Exception thrown when instantiation of an ingestion definition class failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceIngestionDefinitionInstantiationException(String message, Throwable cause)
Creates a newResourceIngestionDefinitionInstantiationException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResourceIngestionDefinitionInstantiationException
public ResourceIngestionDefinitionInstantiationException(String message, Throwable cause)
Creates a newResourceIngestionDefinitionInstantiationException
.- Parameters:
message
- exception messagecause
- exception cause
-
-