Uses of Class
com.sas.services.connection.LoginException
Packages that use LoginException
Package
Description
Service for making and managing connections to IOM servers.
Provides a connection factory configuation for use with SAS Foundation Services.
-
Uses of LoginException in com.sas.services.connection
Subclasses of LoginException in com.sas.services.connectionModifier and TypeClassDescriptionclassBase class for exceptions thrown to indicate that something is wrong with credentials presented during a connection request.classThe connection factory throws a wrong credentials exception when a connection request cannot be granted because the credentials presented with the connection request were not from an authetication domain supported by the connection factory. -
Uses of LoginException in com.sas.services.connection.platform
Subclasses of LoginException in com.sas.services.connection.platformModifier and TypeClassDescriptionclassThis exception is thrown during a connection request if theUserContextInterfacepresented by the caller does not contain aUserIdentityIntefacefor one of the authentication domains supported by the connection factory.