public class NoQueueServersAvailableException extends ServerConnectivityException
Constructor and Description |
---|
NoQueueServersAvailableException()
Create a new instance of NoPrimaryAvailableException without a detail message or cause.
|
NoQueueServersAvailableException(java.lang.String message)
Create a new instance of NoPrimaryAvailableException with a detail message
|
NoQueueServersAvailableException(java.lang.String message,
java.lang.Throwable cause)
Create a new instance of NoPrimaryAvailableException with a detail message and cause
|
NoQueueServersAvailableException(java.lang.Throwable cause)
Create a new instance of NoPrimaryAvailableException with a cause
|
getRootCause
public NoQueueServersAvailableException()
public NoQueueServersAvailableException(java.lang.String message)
message
- the detail messagepublic NoQueueServersAvailableException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic NoQueueServersAvailableException(java.lang.Throwable cause)
cause
- the cause