Class UnsupportedConnectionFactoryException

All Implemented Interfaces:
Serializable

public class UnsupportedConnectionFactoryException extends NucleusUserException
Exception thrown if a configured connection factory is not of a supported factory type.
See Also:
  • Field Details

  • Constructor Details

    • UnsupportedConnectionFactoryException

      public UnsupportedConnectionFactoryException(Object factory)
      Constructs an unsupported connection exception.
      Parameters:
      factory - The connection factory object that is not supported.