|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.filenet.wcm.api.BaseException
com.filenet.wcm.api.UntrustedCredentialsException
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 theSession
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.
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 |
public UntrustedCredentialsException(java.lang.String s)
Not Applicable in CS Java Connector v3.0.
Constructs anUntrustedCredentialsException
object with a message string.
public UntrustedCredentialsException()
Not Applicable in CS Java Connector v3.0.
Constructs anUntrustedCredentialsException
object.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |