Class ReplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.dcr.exception.ReplicationException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
- Direct Known Subclasses:
ReplicationAlreadyStartedForTableException,ReplicationCreationException,ReplicationInProgressException,ReplicationNoSourceTableException,ReplicationNoSourceTablesException,ReplicationSchemaSyncException,ReplicationStartupException,ReplicationStopException
public class ReplicationException
extends org.apache.ignite.lang.IgniteException
General replication exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReplicationException(int code, String message, String workerNode, String failedEntry) Constructor.ReplicationException(int code, String message, String workerNode, String failedEntry, @Nullable Throwable cause) Constructor.ReplicationException(UUID traceId, int code, String message, String workerNode, String failedEntry, @Nullable Throwable cause) Constructor. -
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
-
ReplicationException
Constructor.- Parameters:
code- Exception code.message- Exception message.workerNode- Name of the name where exception occurred.failedEntry- Name of the entry where the error occurred.
-
ReplicationException
public ReplicationException(int code, String message, String workerNode, String failedEntry, @Nullable @Nullable Throwable cause) Constructor.- Parameters:
code- Exception code.message- Exception message.workerNode- Name of the name where exception occurred.failedEntry- Name of the entry where the error occurred.cause- Optional nested exception (can benull).
-
ReplicationException
public ReplicationException(UUID traceId, int code, String message, String workerNode, String failedEntry, @Nullable @Nullable Throwable cause) Constructor.- Parameters:
code- Exception code.message- Exception message.workerNode- Name of the name where exception occurred.failedEntry- Name of the entry where the error occurred.cause- Optional nested exception (can benull).
-
-
Method Details
-
failedEntry
-
workerNode
-