Uses of Class
com.compuware.api.topaz.TopazAPIRuntimeException
-
Packages that use TopazAPIRuntimeException Package Description com.compuware.api.topaz Provides exceptions that are applicable to all of the Topaz API.com.compuware.api.topaz.hostconnections Provides interfaces and exceptions related to host connections.com.compuware.api.topaz.hostresources Provides classes and exceptions related to host resources.com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources.com.compuware.api.topaz.hosts.zos Provides classes and exceptions related to z/OS hosts.com.compuware.api.topaz.jes Provides classes and exceptions related to JES. -
-
Uses of TopazAPIRuntimeException in com.compuware.api.topaz
Subclasses of TopazAPIRuntimeException in com.compuware.api.topaz Modifier and Type Class Description class
APIVersionNotSupportedException
APIVersionNotSupportedException
is an unchecked exception thrown when the version of the Topaz API being used is not supported on the used host.class
MethodNotSupportedException
MethodNotSupportedException
is an unchecked exception thrown when a method called from the Topaz API is not supported on the used host. -
Uses of TopazAPIRuntimeException in com.compuware.api.topaz.hostconnections
Subclasses of TopazAPIRuntimeException in com.compuware.api.topaz.hostconnections Modifier and Type Class Description class
HostConnectionException
HostConnectionException
is the superclass for all unchecked exceptions related to host connections.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.class
UserProgramConcurrentExecutionException
UserProgramConcurrentExecutionException
is an unchecked exception thrown when an attempt to launch a user program is made while the same or another program is currently executing.class
UserProgramException
UserProgramException
is the superclass for all unchecked exceptions related to user programs.class
UserProgramJCLErrorException
TheUserProgramJCLErrorException
unchecked exception thrown when an attempt to launch a user program is made but a JCL error occurred.class
UserProgramLaunchException
UserProgramLaunchException
is thrown when a launch is unable to determine the status of a user program launch request.class
UserProgramNotExecutingException
UserProgramNotExecutingException
is an unchecked exception thrown when an attempt to act on a user program is made but a user program is not currently executing.class
UserProgramNotFoundException
UserProgramNotFoundException
is thrown when a launch is unable to locate the specified user program. -
Uses of TopazAPIRuntimeException in com.compuware.api.topaz.hostresources
Subclasses of TopazAPIRuntimeException in com.compuware.api.topaz.hostresources Modifier and Type Class Description class
AliasNotSupportedException
AliasNotSupportedException
is an unchecked exception thrown to indicate aliases are not supported. -
Uses of TopazAPIRuntimeException in com.compuware.api.topaz.hostresources.zos
Subclasses of TopazAPIRuntimeException in com.compuware.api.topaz.hostresources.zos Modifier and Type Class Description class
IndexComponentNotFoundException
IndexComponentNotFoundException
is an unchecked exception thrown when an attempt to access the index component of a VSAM cluster fails because the VSAM cluster does not have an index component. -
Uses of TopazAPIRuntimeException in com.compuware.api.topaz.hosts.zos
Subclasses of TopazAPIRuntimeException in com.compuware.api.topaz.hosts.zos Modifier and Type Class Description class
ZOSAbendException
ZOSAbendException
is an unchecked exception thrown when a z/OS system abend occurs while performing an action on a z/OS host.class
ZOSLicenseException
ZOSLicenseException
is an unchecked exception thrown when a valid license cannot be found on a z/OS host.class
ZOSSystemException
ZOSSystemException
is an unchecked exception thrown when a z/OS system (non-abend) error occurs while performing an action on a z/OS host. -
Uses of TopazAPIRuntimeException in com.compuware.api.topaz.jes
Subclasses of TopazAPIRuntimeException in com.compuware.api.topaz.jes Modifier and Type Class Description class
DeniedByUserExitException
DeniedByUserExitException
is an unchecked exception thrown when the site-specific job submission exit routine (CXTXSUBX) has denied a job submission.class
JobCardException
JobCardException
is an unchecked exception thrown when no valid job card could be found while attempting to submit a JCL stream.
-