Uses of Class
com.compuware.api.topaz.hostcredentials.HostCredentialsException
-
Packages that use HostCredentialsException 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. -
-
Uses of HostCredentialsException in com.compuware.api.topaz.hostcredentials
Subclasses of HostCredentialsException 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
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 HostCredentialsException in com.compuware.api.topaz.hostcredentials.zos
Subclasses of HostCredentialsException 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.
-