Class ReplicationCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.dcr.exception.ReplicationException
org.gridgain.internal.dcr.exception.ReplicationCreationException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
Exception for case when replication couldn't be created.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReplicationCreationException(String message, String workerNode, String name) ReplicationCreationException(String message, String workerNode, String name, @Nullable Throwable cause) -
Method Summary
Methods inherited from class org.gridgain.internal.dcr.exception.ReplicationException
failedEntry, workerNodeMethods 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
-
ReplicationCreationException
-
ReplicationCreationException
-