Class SnowflakeKafkaConnectorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.snowflake.kafka.connector.internal.SnowflakeKafkaConnectorException
-
- All Implemented Interfaces:
Serializable
public class SnowflakeKafkaConnectorException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnowflakeKafkaConnectorException(String msg, String code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckErrorCode(SnowflakeErrors error)StringgetCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getCode
public String getCode()
-
checkErrorCode
public boolean checkErrorCode(SnowflakeErrors error)
-
-