Uses of Class
com.compuware.api.topaz.TopazAPIException
-
Packages that use TopazAPIException Package Description com.compuware.api.topaz.hostcredentials Provides interfaces and exceptions related to host credentials.com.compuware.api.topaz.hostcredentials.zos Provides classes and exceptions related to z/OS host credentials.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. -
-
Uses of TopazAPIException in com.compuware.api.topaz.hostcredentials
Subclasses of TopazAPIException in com.compuware.api.topaz.hostcredentials Modifier and Type Class Description class
DigitalCertificateException
DigitalCertificateException
is a checked exception thrown when an attempt to connect to a host fails because the digital certificate is invalid.class
HostCredentialsException
HostCredentialsException
is the superclass for all checked exceptions related to invalid host credentials.class
PasswordException
PasswordException
is the checked exception thrown when an attempt to connect to a host fails because the password is incorrect or is expired.class
UserIDException
UserIDException
is the checked exception thrown when an attempt to connect to a host fails because the user ID is expired, not recognized, or revoked. -
Uses of TopazAPIException in com.compuware.api.topaz.hostcredentials.zos
Subclasses of TopazAPIException in com.compuware.api.topaz.hostcredentials.zos Modifier and Type Class Description class
GroupException
GroupException
is a checked exception thrown when an attempt to connect to a z/OS host fails because the group ID is not recognized, the associated user ID is not valid for the group, or the associated user ID is revoked from the group. -
Uses of TopazAPIException in com.compuware.api.topaz.hostresources
Subclasses of TopazAPIException in com.compuware.api.topaz.hostresources Modifier and Type Class Description class
HostResourceException
HostResourceException
is the superclass for all checked exceptions related to host resources. -
Uses of TopazAPIException in com.compuware.api.topaz.hostresources.zos
Subclasses of TopazAPIException in com.compuware.api.topaz.hostresources.zos Modifier and Type Class Description class
AllocationFailedException
AllocationFailedException
is a checked exception thrown when an an attempt to allocate a dataset fails.class
DataSetAccessException
DataSetAccessException
is a checked exception thrown when an attempt to perform an action on a dataset fails because the associated z/OS host credentials do not have access authority for that dataset.class
DataSetExistsException
DataSetExistsException
is a checked exception thrown when an an attempt to allocate a dataset fails because the dataset already exists.class
DataSetInUseException
DataSetInUseException
is a checked exception thrown when an attempt to perform an action on a dataset fails because it is in use.class
DataSetMigratedException
DataSetMigratedException
is a checked exception thrown when an attempt to perform an action on a dataset fails because the dataset is migrated.class
DataSetNotFoundException
DataSetNotFoundException
is a checked exception thrown when an an attempt to perform an action on a dataset fails because the dataset does not exist.class
DataSetOutOfSpaceException
DataSetOutOfSpaceException
is a checked exception thrown when an attempt to perform an action on a dataset fails because the dataset is out of space.class
DefinitionFailedException
DefinitionFailedException
is a checked exception thrown when an an attempt to define a generation data group fails.class
GenerationDataGroupExistsException
GenerationDataGroupExistsException
is a checked exception thrown when an an attempt to define a generation data group fails because the generation data group (or a like-named dataset) already exists.class
GenerationDataGroupNotFoundException
GenerationDataGroupNotFoundException
is a checked exception thrown when an an attempt to perform an action on a generation data group fails because the generation data group does not exist.class
MemberAlreadyExistsException
MemberAlreadyExistsException
is a checked exception thrown when attempting to create a PDS member that already exists.class
MemberInUseException
MemberInUseException
is a checked exception thrown when an attempt to perform an action on a partitioned dataset member fails because it is in use.class
MemberNotFoundException
MemberNotFoundException
is a checked exception thrown when an an attempt to perform an action on a member fails because the member does not exist.
-