Class ConnectionFactoryLookupFailureException

All Implemented Interfaces:
Serializable

public class ConnectionFactoryLookupFailureException extends 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