Class CannotGetJdbcConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.transaction.jdbc.exceptions.CannotGetJdbcConnectionException
All Implemented Interfaces:
Serializable

public class CannotGetJdbcConnectionException extends RuntimeException
Exception thrown when a JDBC connection cannot be retrieved.
Since:
1.0.0
Author:
graemerocher
See Also:
  • Constructor Details

    • CannotGetJdbcConnectionException

      public CannotGetJdbcConnectionException(String message)
      Default constructor.
      Parameters:
      message - The message
    • CannotGetJdbcConnectionException

      public CannotGetJdbcConnectionException(String message, Throwable cause)
      Default constructor.
      Parameters:
      message - The message
      cause - The cause