Package io.sockit.gameserver.bot
Class GamePlayNotInProgressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.sockit.gameserver.bot.GamePlayNotInProgressException
- All Implemented Interfaces:
Serializable
public class GamePlayNotInProgressException extends RuntimeException
Exception thrown when GamePlay has not started and Bot invokes playAction() method
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GamePlayNotInProgressException()
Creates a GamePlayNotInProgressException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GamePlayNotInProgressException
public GamePlayNotInProgressException()Creates a GamePlayNotInProgressException
-