net.barkerjr.gameserver
Class GameServer.RequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.TimeoutException
net.barkerjr.gameserver.GameServer.RequestTimeoutException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GameServer
public class GameServer.RequestTimeoutException
- extends TimeoutException
Provides a container for the requests which failed to load
- Since:
- 2007-12-30
- Author:
- BarkerJr
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
failedRequests
public final Collection<GameServer.Request> failedRequests
- The requests which failed to load
- Since:
- 2007-12-30