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