Class InvalidConnectionsException

  • All Implemented Interfaces:
    Serializable

    public final class InvalidConnectionsException
    extends Exception
    Used to report errors concerning the connections string in the SmartInspect class.

    Note: An invalid syntax, unknown protocols or inexistent options in the connections string will result in an InvalidConnectionsException exception. This exception type is used by the setConnections method of the SmartInspect class.

    This class is not guaranteed to be threadsafe.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidConnectionsException

        public InvalidConnectionsException​(String e)
        Creates and initializes an InvalidConnectionsException instance.
        Parameters:
        e - The error message which describes the exception.