Package org.apache.geode.cache.client
Class NoAvailableServersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.client.ServerConnectivityException
org.apache.geode.cache.client.NoAvailableServersException
- All Implemented Interfaces:
Serializable
An exception indicating that there are no active servers available to connect to.
- Since:
- GemFire 5.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance of NoAvailableServersException without a detail message or cause.NoAvailableServersException(String message) Create a new instance of NoAvailableServersException with a detail messageNoAvailableServersException(String message, Throwable cause) Create a new instance of NoAvailableServersException with a detail message and causeCreate a new instance of NoAvailableServersException with a and cause -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoAvailableServersException
public NoAvailableServersException()Create a new instance of NoAvailableServersException without a detail message or cause. -
NoAvailableServersException
Create a new instance of NoAvailableServersException with a detail message- Parameters:
message- the detail message
-
NoAvailableServersException
Create a new instance of NoAvailableServersException with a detail message and cause- Parameters:
message- the detail messagecause- the cause
-
NoAvailableServersException
Create a new instance of NoAvailableServersException with a and cause- Parameters:
cause- the cause
-