com.arunta.base.exception
Class TooManySessionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arunta.base.exception.TooManySessionsException
All Implemented Interfaces:
java.io.Serializable

public class TooManySessionsException
extends java.lang.Exception

Total Recall VR system maximum sessions exception.

Indicates that the Total Recall VR system can not perform the requested operation because the maximum number of remote clients are already connected to the system, or the maximum number of play and monitor sessions are already in progress.

See Also:
Serialized Form

Constructor Summary
TooManySessionsException(int maxSessions)
           
TooManySessionsException(java.lang.String message, int maxSessions)
           
TooManySessionsException(java.lang.String message, java.lang.Throwable cause, int maxSessions)
           
TooManySessionsException(java.lang.Throwable cause, int maxSessions)
           
 
Method Summary
 int getMaxSessions()
           
 
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
 

Constructor Detail

TooManySessionsException

public TooManySessionsException(int maxSessions)

TooManySessionsException

public TooManySessionsException(java.lang.String message,
                                int maxSessions)

TooManySessionsException

public TooManySessionsException(java.lang.Throwable cause,
                                int maxSessions)

TooManySessionsException

public TooManySessionsException(java.lang.String message,
                                java.lang.Throwable cause,
                                int maxSessions)
Method Detail

getMaxSessions

public int getMaxSessions()
Returns:
The maximum number of allowed sessions.


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.