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 Details

    • ReplicationException

      public ReplicationException(int code, String message, String workerNode, String failedEntry)
      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 be null).
    • 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 be null).
  • Method Details

    • failedEntry

      public String failedEntry()
    • workerNode

      public String workerNode()