| com.triactive.jdo.ConnectionFactoryNotFoundException
ConnectionFactoryNotFoundException | public class ConnectionFactoryNotFoundException extends JDOUserException (Code) | | A ConnectionFactoryNotFoundException is thrown if a named connection
factory cannot be found using its JNDI name.
author: Mike Martin version: $Revision: 1.4 $ See Also: PersistenceManagerFactoryImpl |
ConnectionFactoryNotFoundException | public ConnectionFactoryNotFoundException(String name, Exception nested)(Code) | | Constructs a connection factory not found exception.
Parameters: name - The JNDI name that was not found. Parameters: nested - The nested exception from the naming service. |
|
|