Class LaggingReplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
tech.oxfordsemantic.jrdfox.exceptions.LaggingReplicationException
- All Implemented Interfaces:
Serializable
This exception is thrown when an operation cannot be completed because
of pending changes from other replicas.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLaggingReplicationException(String message) LaggingReplicationException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LaggingReplicationException
public LaggingReplicationException() -
LaggingReplicationException
-
LaggingReplicationException
-