public class GameFullException extends Exception
GameFullException
is an Exception
which indicates
that a Game is full and no more Players can be added.Constructor and Description |
---|
GameFullException()
Constructs a new
GameFullException without a message. |
GameFullException(String message)
Constructs a new
GameFullException with the specified message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GameFullException()
GameFullException
without a message.public GameFullException(String message)
GameFullException
with the specified message.message
- Detail message of the exceptionCopyright © 2017 smarTen. All rights reserved.