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 classHostIOExceptionHostIOExceptionis an unchecked exception thrown when an exception occurs while reading or writing data over a host connection.classHostNotConnectedExceptionHostNotConnectedExceptionis an unchecked exception that is thrown when an attempt to communicate to a host when the host is not connected.classHostNotDefinedExceptionHostNotDefinedExceptionis an unchecked exception thrown when an attempt to perform an action on anIHostis made but that host is not defined in the Topaz Workbench preferences.classHostNotReachableExceptionHostNotReachableExceptionis an unchecked exception thrown when an attempt to connect to a host is made but it is not reachable.
-