com.sas.services.connection.platform
Class MissingIdentityException
com.sas.services.connection.platform.MissingIdentityException
All Implemented Interfaces: com.sas.util.ChainedExceptionInterface, java.io.Serializable
public class MissingIdentityException
This exception is thrown during a connection request
if the UserContextInterface
presented by the caller
does not contain a UserIdentityInteface
for one of
the authentication domains supported by the connection factory.
See Also: Serialized Form
MissingIdentityException
public MissingIdentityException (java.lang.String msg,
java.lang.Throwable cause,
java.util.List supportedDomains)
Construct a MissingIdentityException object.
Parameters: msg
- a message providing further details about the exceptioncause
- the exception that caused this exception (can be
null
supportedDomains
- the authentication domains that are supported
by the connection factory
getSupportedDomains
public java.util.List getSupportedDomains ()
Copyright © 2009 SAS Institute Inc. All Rights Reserved.