org.datanucleus.exceptions
Class ConnectionFactoryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.exceptions.ConnectionFactoryNotFoundException
- All Implemented Interfaces:
- Serializable
public class ConnectionFactoryNotFoundException
- extends NucleusUserException
Exception thrown if a named connection factory cannot be found using its JNDI name.
- See Also:
- Serialized Form
ConnectionFactoryNotFoundException
public ConnectionFactoryNotFoundException(String name,
Exception nested)
- Constructs a connection factory not found exception.
- Parameters:
name
- The JNDI name that was not found.nested
- The nested exception from the naming service.
Copyright © 2013. All Rights Reserved.