public class NoSubscriptionServersAvailableException extends ServerConnectivityException
| Constructor and Description |
|---|
NoSubscriptionServersAvailableException()
Create a new instance of NoSubscriptionServersAvailableException without a detail message or
cause.
|
NoSubscriptionServersAvailableException(java.lang.String message)
Create a new instance of NoSubscriptionServersAvailableException with a detail message
|
NoSubscriptionServersAvailableException(java.lang.String message,
java.lang.Throwable cause)
Create a new instance of NoSubscriptionServersAvailableException with a detail message and
cause
|
NoSubscriptionServersAvailableException(java.lang.Throwable cause)
Create a new instance of NoSubscriptionServersAvailableException with a cause
|
getRootCausepublic NoSubscriptionServersAvailableException()
public NoSubscriptionServersAvailableException(java.lang.String message)
message - the detail messagepublic NoSubscriptionServersAvailableException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic NoSubscriptionServersAvailableException(java.lang.Throwable cause)
cause - the cause