Class OccupiedSpotException

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

public class OccupiedSpotException extends Exception
Custom exception for trying to add an object to an occupied spot.
See Also:
  • Constructor Details

    • OccupiedSpotException

      public OccupiedSpotException()
    • OccupiedSpotException

      public OccupiedSpotException(String message)
    • OccupiedSpotException

      public OccupiedSpotException(String message, Throwable cause)