|
GemFire 6.6.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.client.ServerConnectivityException
com.gemstone.gemfire.cache.client.AllConnectionsInUseException
public class AllConnectionsInUseException
Indicates that the connection pool is at its maximum size and all connections are in use.
Constructor Summary | |
---|---|
AllConnectionsInUseException()
Create a new instance of AllConnectionsInUseException without a detail message or cause. |
|
AllConnectionsInUseException(String message)
Create a new instance of AllConnectionsInUseException with a detail message |
|
AllConnectionsInUseException(String message,
Throwable cause)
Create a new instance of AllConnectionsInUseException with a detail message and cause |
|
AllConnectionsInUseException(Throwable cause)
Create a new instance of AllConnectionsInUseException with a cause |
Method Summary |
---|
Methods inherited from class com.gemstone.gemfire.GemFireException |
---|
getRootCause |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AllConnectionsInUseException()
public AllConnectionsInUseException(String message)
message
- the detail messagepublic AllConnectionsInUseException(Throwable cause)
cause
- the causepublic AllConnectionsInUseException(String message, Throwable cause)
message
- the detail messagecause
- the cause
|
GemFire 6.6.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |