Class ConnectionExistsException

  • All Implemented Interfaces:
    Serializable

    public class ConnectionExistsException
    extends RemoteConnectionException
    Thrown when trying to add a connection with the same name as an existing connection, or when trying to rename a connection to the same name as an existing connection.
    Since:
    2.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionExistsException

        public ConnectionExistsException​(String message)