Class ConnectionFactoryLookupFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.r2dbc.connection.lookup.ConnectionFactoryLookupFailureException
All Implemented Interfaces:
Serializable

public class ConnectionFactoryLookupFailureException extends org.springframework.dao.NonTransientDataAccessException
Exception to be thrown by a ConnectionFactoryLookup implementation, indicating that the specified ConnectionFactory could not be obtained.
Since:
5.3
Author:
Mark Paluch
See Also:
  • Constructor Details

    • ConnectionFactoryLookupFailureException

      public ConnectionFactoryLookupFailureException(String msg)
      Create a new ConnectionFactoryLookupFailureException.
      Parameters:
      msg - the detail message
    • ConnectionFactoryLookupFailureException

      public ConnectionFactoryLookupFailureException(String msg, Throwable cause)
      Create a new ConnectionFactoryLookupFailureException.
      Parameters:
      msg - the detail message
      cause - the root cause