public class NoSubscriptionServersAvailableException extends ServerConnectivityException
Constructor and Description |
---|
NoSubscriptionServersAvailableException()
Create a new instance of NoSubscriptionServersAvailableException without a detail message or
cause.
|
NoSubscriptionServersAvailableException(String message)
Create a new instance of NoSubscriptionServersAvailableException with a detail message
|
NoSubscriptionServersAvailableException(String message,
Throwable cause)
Create a new instance of NoSubscriptionServersAvailableException with a detail message and
cause
|
NoSubscriptionServersAvailableException(Throwable cause)
Create a new instance of NoSubscriptionServersAvailableException with a cause
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSubscriptionServersAvailableException()
public NoSubscriptionServersAvailableException(String message)
message
- the detail messagepublic NoSubscriptionServersAvailableException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic NoSubscriptionServersAvailableException(Throwable cause)
cause
- the cause