Class 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
    • 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.