Uses of Class
com.compuware.api.topaz.hostconnections.HostConnectionException
-
Packages that use HostConnectionException Package Description com.compuware.api.topaz.hostconnections Provides interfaces and exceptions related to host connections. -
-
Uses of HostConnectionException in com.compuware.api.topaz.hostconnections
Subclasses of HostConnectionException in com.compuware.api.topaz.hostconnections Modifier and Type Class Description class
HostIOException
HostIOException
is an unchecked exception thrown when an exception occurs while reading or writing data over a host connection.class
HostNotConnectedException
HostNotConnectedException
is an unchecked exception that is thrown when an attempt to communicate to a host when the host is not connected.class
HostNotDefinedException
HostNotDefinedException
is an unchecked exception thrown when an attempt to perform an action on anIHost
is made but that host is not defined in the Topaz Workbench preferences.class
HostNotReachableException
HostNotReachableException
is an unchecked exception thrown when an attempt to connect to a host is made but it is not reachable.
-