public class TooManySessionsException
extends java.lang.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.
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxSessions() |
public TooManySessionsException(int maxSessions)
public TooManySessionsException(java.lang.String message, int maxSessions)
public TooManySessionsException(java.lang.Throwable cause, int maxSessions)
public TooManySessionsException(java.lang.String message, java.lang.Throwable cause, int maxSessions)
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.