public class SubscriptionNotEnabledException extends ServerConnectivityException
Region.registerInterest(Object)
.Constructor and Description |
---|
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
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SubscriptionNotEnabledException()
public SubscriptionNotEnabledException(String message)
message
- the detail messagepublic SubscriptionNotEnabledException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic SubscriptionNotEnabledException(Throwable cause)
cause
- the cause