com.arunta.base.exception
Class TooManySessionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)
getMaxSessions
public int getMaxSessions()
- Returns:
- The maximum number of allowed sessions.
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.