Class LateStateReceivedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.server.errors.LateStateReceivedException
- All Implemented Interfaces:
Serializable
Custom Exception for if an out of date Mutable WorldState update is received
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLateStateReceivedException(String message) LateStateReceivedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LateStateReceivedException
public LateStateReceivedException() -
LateStateReceivedException
-
LateStateReceivedException
-