Class DataSourceLookupFailureException

All Implemented Interfaces:
Serializable

public class DataSourceLookupFailureException extends NonTransientDataAccessException
Exception to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained.
Since:
2.0
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • DataSourceLookupFailureException

      public DataSourceLookupFailureException(String msg)
      Constructor for DataSourceLookupFailureException.
      Parameters:
      msg - the detail message
    • DataSourceLookupFailureException

      public DataSourceLookupFailureException(String msg, Throwable cause)
      Constructor for DataSourceLookupFailureException.
      Parameters:
      msg - the detail message
      cause - the root cause (usually from using an underlying lookup API such as JNDI)