Gemfire JavaDocs_test
Package org.apache.geode.cache.client
Class NoAvailableLocatorsException
- 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.NoAvailableLocatorsException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoAvailableLocatorsException extends ServerConnectivityException
An exception indicating that there are no active locators available to connect to.- Since:
- GemFire 5.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAvailableLocatorsException()
Create a new instance of NoAvailableLocatorsException without a detail message or cause.NoAvailableLocatorsException(java.lang.String message)
Create a new instance of NoAvailableServersException with a detail messageNoAvailableLocatorsException(java.lang.String message, java.lang.Throwable cause)
Create a new instance of NoAvailableLocatorsException with a detail message and causeNoAvailableLocatorsException(java.lang.Throwable cause)
Create a new instance of NoAvailableLocatorsException with a and cause
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
NoAvailableLocatorsException
public NoAvailableLocatorsException()
Create a new instance of NoAvailableLocatorsException without a detail message or cause.
-
NoAvailableLocatorsException
public NoAvailableLocatorsException(java.lang.String message)
Create a new instance of NoAvailableServersException with a detail message- Parameters:
message
- the detail message
-
NoAvailableLocatorsException
public NoAvailableLocatorsException(java.lang.String message, java.lang.Throwable cause)
Create a new instance of NoAvailableLocatorsException with a detail message and cause- Parameters:
message
- the detail messagecause
- the cause
-
NoAvailableLocatorsException
public NoAvailableLocatorsException(java.lang.Throwable cause)
Create a new instance of NoAvailableLocatorsException with a and cause- Parameters:
cause
- the cause
-
-