Class NoSuchRobotException

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

public class NoSuchRobotException extends Exception
Custom exception for trying to access a robot that doesn't exist.
See Also:
  • Constructor Details

    • NoSuchRobotException

      public NoSuchRobotException()
    • NoSuchRobotException

      public NoSuchRobotException(String message)
    • NoSuchRobotException

      public NoSuchRobotException(String message, Throwable cause)