Class ObjectNonExistantException

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

public class ObjectNonExistantException extends Exception
Custom Exception for trying to update the Position of an object that doesn't exist
See Also:
  • Constructor Details

    • ObjectNonExistantException

      public ObjectNonExistantException()
    • ObjectNonExistantException

      public ObjectNonExistantException(String message)
    • ObjectNonExistantException

      public ObjectNonExistantException(String message, Throwable cause)