Class 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:
  • Field Details

  • Constructor Details

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