The 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.
WrongCredentialsException(java.lang.String msg,
Credential badCredential,
java.util.List supportedDomains)
Construct an exception to be thrown when a connection
request cannot be satisfied because the credentials presented
were not from an authentication domain supported by the
connection factory
Construct an exception to be thrown when a connection
request cannot be satisfied because the credentials presented
were not from an authentication domain supported by the
connection factory
Parameters:
badCredential - the credential from the wrong authentication domain
supportedDomains - the required authentication domains
msg - a message providing further details about the exception