Class OccupiedSpotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.server.errors.OccupiedSpotException
- All Implemented Interfaces:
Serializable
Custom exception for trying to add an object to an occupied spot.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOccupiedSpotException(String message) OccupiedSpotException(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
-
OccupiedSpotException
public OccupiedSpotException() -
OccupiedSpotException
-
OccupiedSpotException
-