Class NoAvailableServersException

All Implemented Interfaces:
Serializable

public class NoAvailableServersException extends ServerConnectivityException
An exception indicating that there are no active servers available to connect to.
Since:
GemFire 5.7
See Also:
  • Constructor Details

    • NoAvailableServersException

      public NoAvailableServersException()
      Create a new instance of NoAvailableServersException without a detail message or cause.
    • NoAvailableServersException

      public NoAvailableServersException(String message)
      Create a new instance of NoAvailableServersException with a detail message
      Parameters:
      message - the detail message
    • NoAvailableServersException

      public NoAvailableServersException(String message, Throwable cause)
      Create a new instance of NoAvailableServersException with a detail message and cause
      Parameters:
      message - the detail message
      cause - the cause
    • NoAvailableServersException

      public NoAvailableServersException(Throwable cause)
      Create a new instance of NoAvailableServersException with a and cause
      Parameters:
      cause - the cause