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

public class ServerRollBackException extends RuntimeException
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 Details

    • ServerRollBackException

      public ServerRollBackException(String string)