Class LateStateReceivedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.server.errors.LateStateReceivedException
All Implemented Interfaces:
Serializable

public class LateStateReceivedException extends Exception
Custom Exception for if an out of date Mutable WorldState update is received
See Also:
  • Constructor Details

    • LateStateReceivedException

      public LateStateReceivedException()
    • LateStateReceivedException

      public LateStateReceivedException(String message, Throwable cause)
    • LateStateReceivedException

      public LateStateReceivedException(String message)