Class CannotGetJdbcConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.data.connection.jdbc.exceptions.CannotGetJdbcConnectionException
- All Implemented Interfaces:
- Serializable
Exception thrown when a JDBC connection cannot be retrieved.
- Since:
- 4.0.0
- Author:
- Denis Stepanov
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCannotGetJdbcConnectionException(String message) Default constructor.CannotGetJdbcConnectionException(String message, Throwable cause) Default constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CannotGetJdbcConnectionExceptionDefault constructor.- Parameters:
- message- The message
 
- 
CannotGetJdbcConnectionExceptionDefault constructor.- Parameters:
- message- The message
- cause- The cause
 
 
-