com.bristle.javalib.sql
Class ConnectionPoolUtil.NoDataFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bristle.javalib.sql.ConnectionPoolUtil.NoDataFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
ConnectionPoolUtil

public static class ConnectionPoolUtil.NoDataFoundException
extends Exception

Thrown when no data is found in a situation that requires data.

See Also:
Serialized Form

Constructor Summary
ConnectionPoolUtil.NoDataFoundException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionPoolUtil.NoDataFoundException

public ConnectionPoolUtil.NoDataFoundException(String msg)