org.xsocket.connection
Class MaxConnectionsExceededException

Package class diagram package MaxConnectionsExceededException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.xsocket.connection.MaxConnectionsExceededException
All Implemented Interfaces:
Serializable

public class MaxConnectionsExceededException
extends IOException

Checked exception thrown when a the max number of connections is exceeded

Author:
grro
See Also:
Serialized Form

Constructor Summary
MaxConnectionsExceededException(String reason)
           
 
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
 

Constructor Detail

MaxConnectionsExceededException

public MaxConnectionsExceededException(String reason)


Copyright 2010 xSocket.org