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