Class CdcSourceStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.cdc.api.exception.source.CdcSourceStartException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
public class CdcSourceStartException
extends org.apache.ignite.lang.IgniteException
Exception that indicates that a CDC source failed to start streaming changes (e.g. it could not connect to the
external database or its configuration is unusable).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCdcSourceStartException(String message) CdcSourceStartException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CdcSourceStartException
-
CdcSourceStartException
-