public class ConnectionPoolException
extends io.r2dbc.spi.R2dbcException
| Constructor and Description |
|---|
ConnectionPoolException()
Creates a new
ConnectionPoolException. |
ConnectionPoolException(String reason)
Creates a new
ConnectionPoolException. |
ConnectionPoolException(String reason,
Throwable cause)
Creates a new
ConnectionPoolException. |
ConnectionPoolException(Throwable cause)
Creates a new
ConnectionPoolException. |
getErrorCode, getSql, getSqlState, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ConnectionPoolException()
ConnectionPoolException.public ConnectionPoolException(String reason)
ConnectionPoolException.reason - the reason for the error. Set as the exception's message and retrieved with Throwable.getMessage().public ConnectionPoolException(String reason, Throwable cause)
ConnectionPoolException.reason - the reason for the error. Set as the exception's message and retrieved with Throwable.getMessage().cause - the causepublic ConnectionPoolException(Throwable cause)
ConnectionPoolException.cause - the causeCopyright © 2024. All rights reserved.