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