Class CdcReplicationAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.cdc.api.exception.replication.CdcReplicationAlreadyExistsException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
public class CdcReplicationAlreadyExistsException
extends org.apache.ignite.lang.IgniteException
Exception thrown when a CDC replication with the specified name already exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCdcReplicationAlreadyExistsException(String replicationName) Constructs a new exception with the specified replication name. -
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
-
CdcReplicationAlreadyExistsException
Constructs a new exception with the specified replication name.- Parameters:
replicationName- The name of the replication that already exists.
-