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