Class CannotGetJdbcConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.micronaut.transaction.jdbc.exceptions.CannotGetJdbcConnectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotGetJdbcConnectionException extends java.lang.RuntimeException
Exception thrown when a JDBC connection cannot be retrieved.- Since:
- 1.0.0
- Author:
- graemerocher
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotGetJdbcConnectionException(java.lang.String message)
Default constructor.CannotGetJdbcConnectionException(java.lang.String message, java.lang.Throwable cause)
Default constructor.
-
-
-
Constructor Detail
-
CannotGetJdbcConnectionException
public CannotGetJdbcConnectionException(java.lang.String message)
Default constructor.- Parameters:
message
- The message
-
CannotGetJdbcConnectionException
public CannotGetJdbcConnectionException(java.lang.String message, java.lang.Throwable cause)
Default constructor.- Parameters:
message
- The messagecause
- The cause
-
-