|
GemFire 6.6.3 | ||||||||
| 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.SubscriptionNotEnabledException
public class SubscriptionNotEnabledException
An exception indicating that client subscriptions are not enabled on this client, but
the client is trying to perform an operation that requires a client subscription,
such as Region.registerInterest(Object).
| Constructor Summary | |
|---|---|
SubscriptionNotEnabledException()
Create a new instance of SubscriptionNotEnabledException without a detail message or cause. |
|
SubscriptionNotEnabledException(String message)
Create a new instance of SubscriptionNotEnabledException with a detail message |
|
SubscriptionNotEnabledException(String message,
Throwable cause)
Create a new instance of SubscriptionNotEnabledException with a detail message and cause |
|
SubscriptionNotEnabledException(Throwable cause)
Create a new instance of SubscriptionNotEnabledException with a and 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 SubscriptionNotEnabledException()
public SubscriptionNotEnabledException(String message)
message - the detail message
public SubscriptionNotEnabledException(String message,
Throwable cause)
message - the detail messagecause - the causepublic SubscriptionNotEnabledException(Throwable cause)
cause - the cause
|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||