| Methods in org.dcm4che2.net that throw ConfigurationException | 
|  Association | NetworkApplicationEntity.connect(NetworkApplicationEntity remoteAE,
        java.util.concurrent.Executor executor)Open a connection to the remote AE, using the passed in threading model.
 | 
|  Association | NetworkApplicationEntity.connect(NetworkApplicationEntity remoteAE,
        java.util.concurrent.Executor executor,
        boolean forceNew)Open a connection to the remote AE, using the passed in threading model.
 | 
|  Association | NetworkApplicationEntity.connect(UserIdentity userIdentity,
        NetworkApplicationEntity remoteAE,
        java.util.concurrent.Executor executor)Open a connection to the remote AE, using the passed in user identity
 Negotiation will be performed.
 | 
|  Association | NetworkApplicationEntity.connect(UserIdentity userIdentity,
        NetworkApplicationEntity remoteAE,
        java.util.concurrent.Executor executor,
        boolean forceNew)Open a connection to the remote AE, using the passed in user identity and
 threading model.
 |