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:
    Serialized Form
    • Constructor Detail

      • UnsupportedConnectionFactoryException

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