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 classDigitalCertificateExceptionDigitalCertificateExceptionis a checked exception thrown when an attempt to connect to a host fails because the digital certificate is invalid.classHostCredentialsExceptionHostCredentialsExceptionis the superclass for all checked exceptions related to invalid host credentials.classPasswordExceptionPasswordExceptionis the checked exception thrown when an attempt to connect to a host fails because the password is incorrect or is expired.classUserIDExceptionUserIDExceptionis 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 classGroupExceptionGroupExceptionis 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 classHostResourceExceptionHostResourceExceptionis 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 classAllocationFailedExceptionAllocationFailedExceptionis a checked exception thrown when an an attempt to allocate a dataset fails.classDataSetAccessExceptionDataSetAccessExceptionis 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.classDataSetExistsExceptionDataSetExistsExceptionis a checked exception thrown when an an attempt to allocate a dataset fails because the dataset already exists.classDataSetInUseExceptionDataSetInUseExceptionis a checked exception thrown when an attempt to perform an action on a dataset fails because it is in use.classDataSetMigratedExceptionDataSetMigratedExceptionis a checked exception thrown when an attempt to perform an action on a dataset fails because the dataset is migrated.classDataSetNotFoundExceptionDataSetNotFoundExceptionis a checked exception thrown when an an attempt to perform an action on a dataset fails because the dataset does not exist.classDataSetOutOfSpaceExceptionDataSetOutOfSpaceExceptionis a checked exception thrown when an attempt to perform an action on a dataset fails because the dataset is out of space.classDefinitionFailedExceptionDefinitionFailedExceptionis a checked exception thrown when an an attempt to define a generation data group fails.classGenerationDataGroupExistsExceptionGenerationDataGroupExistsExceptionis 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.classGenerationDataGroupNotFoundExceptionGenerationDataGroupNotFoundExceptionis 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.classMemberAlreadyExistsExceptionMemberAlreadyExistsExceptionis a checked exception thrown when attempting to create a PDS member that already exists.classMemberInUseExceptionMemberInUseExceptionis a checked exception thrown when an attempt to perform an action on a partitioned dataset member fails because it is in use.classMemberNotFoundExceptionMemberNotFoundExceptionis a checked exception thrown when an an attempt to perform an action on a member fails because the member does not exist.
-