FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class UntrustedCredentialsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.filenet.wcm.api.BaseException
              extended bycom.filenet.wcm.api.UntrustedCredentialsException
All Implemented Interfaces:
java.io.Serializable

public class UntrustedCredentialsException
extends BaseException

Not Applicable in CS Java Connector v3.0.

This exception is thrown when you call a method that attempts to access user or group information in a trusted domain in a different forest, but the credentials used to create the Session object have insufficient rights to perform the operation.

Methods that throw this exception have an optional Session object parameter. If you supply a Session object parameter in the method call, the main Session object is ignored. If you do not include the parameter, credentials from the main Session object are used. If the method throws the UntrustedCredentialsException, retry it, supplying a Session object parameter with credentials that have sufficient rights.

This exception is also thrown if the credentials, supplied from either the main Session object or from the method's Session object parameter, are invalid; for example, if the password is incorrect for the user ID.

See Also:
Serialized Form

Constructor Summary
UntrustedCredentialsException()
          

Not Applicable in CS Java Connector v3.0.

UntrustedCredentialsException(java.lang.String s)
          

Not Applicable in CS Java Connector v3.0.

 
Methods inherited from class com.filenet.wcm.api.BaseException
getFaultCode, setFaultCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UntrustedCredentialsException

public UntrustedCredentialsException(java.lang.String s)

Not Applicable in CS Java Connector v3.0.

Constructs an UntrustedCredentialsException object with a message string.


UntrustedCredentialsException

public UntrustedCredentialsException()

Not Applicable in CS Java Connector v3.0.

Constructs an UntrustedCredentialsException object.


FileNet Content Services
Java Connector v3.0