Package 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:
java.io.Serializable
public class ConnectionFactoryNotFoundException extends NucleusUserException
Exception thrown if a named connection factory cannot be found using its JNDI name.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.datanucleus.exceptions.NucleusException
failed, fatal, nested
-
-
Constructor Summary
Constructors Constructor Description ConnectionFactoryNotFoundException(java.lang.String name, java.lang.Exception nested)
Constructs a connection factory not found exception.
-
Method Summary
-
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConnectionFactoryNotFoundException
public ConnectionFactoryNotFoundException(java.lang.String name, java.lang.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.
-
-