net.barkerjr.gameserver
Class GameServer.RequestTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.util.concurrent.TimeoutException
              extended by 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

Field Summary
 Collection<GameServer.Request> failedRequests
          The requests which failed to load
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

failedRequests

public final Collection<GameServer.Request> failedRequests
The requests which failed to load

Since:
2007-12-30