Class CannotGetJdbcConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.transaction.jdbc.exceptions.CannotGetJdbcConnectionException
- All Implemented Interfaces:
 Serializable
Exception thrown when a JDBC connection cannot be retrieved.
- Since:
 - 1.0.0
 - Author:
 - graemerocher
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCannotGetJdbcConnectionException(String message) Default constructor.CannotGetJdbcConnectionException(String message, Throwable cause) Default constructor. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
CannotGetJdbcConnectionException
Default constructor.- Parameters:
 message- The message
 - 
CannotGetJdbcConnectionException
Default constructor.- Parameters:
 message- The messagecause- The cause
 
 -