|
GemFire 7.0 | ||||||||
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.NoQueueServersAvailableException
public class NoQueueServersAvailableException
Indicates that this client cannot contact any queue servers and therefore cannot perform operations that require a queue, such as registering interest.
Constructor Summary | |
---|---|
NoQueueServersAvailableException()
Create a new instance of NoPrimaryAvailableException without a detail message or cause. |
|
NoQueueServersAvailableException(String message)
Create a new instance of NoPrimaryAvailableException with a detail message |
|
NoQueueServersAvailableException(String message,
Throwable cause)
Create a new instance of NoPrimaryAvailableException with a detail message and cause |
|
NoQueueServersAvailableException(Throwable cause)
Create a new instance of NoPrimaryAvailableException 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 NoQueueServersAvailableException()
public NoQueueServersAvailableException(String message)
message
- the detail messagepublic NoQueueServersAvailableException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic NoQueueServersAvailableException(Throwable cause)
cause
- the cause
|
GemFire 7.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |