Class ServerRollBackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.lyo.trs.client.exceptions.ServerRollBackException
- All Implemented Interfaces:
Serializable
Thrown normally by a TRS Provider when the last change event which was processed can not be found
in the list of change logs which was retrieved from the server meaning probably that the server
has been rolled back to a state previous to that change event
- Since:
- 2.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerRollBackException
-