Class ObjectNonExistantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.server.errors.ObjectNonExistantException
- All Implemented Interfaces:
Serializable
Custom Exception for trying to update the Position of an object that doesn't exist
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectNonExistantException(String message) ObjectNonExistantException(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
-
ObjectNonExistantException
public ObjectNonExistantException() -
ObjectNonExistantException
-
ObjectNonExistantException
-