Collaboration API Documentation

com.filenet.bso.api.collaboration.exceptions
Class UserNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.filenet.bso.api.util.BsoChainingException
                    |
                    +--com.filenet.bso.api.util.BsoException
                          |
                          +--com.filenet.bso.api.collaboration.exceptions.ValidationException
                                |
                                +--com.filenet.bso.api.collaboration.exceptions.UserException
                                      |
                                      +--com.filenet.bso.api.collaboration.exceptions.UserNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class UserNotFoundException
extends UserException

Checked exception thrown when a user information can not be found from directory services. E.g. user may be deleted from directory services.

Applications should catch this exception and inform the user of the problem.

See Also:
Serialized Form

Constructor Summary
UserNotFoundException()
          Constructs a UserNotFoundException with no specific detail message.
UserNotFoundException(java.lang.String msg)
          Constructs a UserNotFoundException with a given detail message.
UserNotFoundException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a UserNotFoundException with a given detail message and the original exception.
 
Methods inherited from class com.filenet.bso.api.util.BsoException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCause, printStackTraceAsCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserNotFoundException

public UserNotFoundException()
Constructs a UserNotFoundException with no specific detail message. This exception and exceptions derived from it are checked exceptions which must be specified in a throws clause or caught.

UserNotFoundException

public UserNotFoundException(java.lang.String msg)
Constructs a UserNotFoundException with a given detail message.
Parameters:
msg - The detail message.

UserNotFoundException

public UserNotFoundException(java.lang.String msg,
                             java.lang.Throwable cause)
Constructs a UserNotFoundException with a given detail message and the original exception.
Parameters:
msg - The detail message.
cause - The original exception. Null for this parameter is the same as no original exception.

Collaboration API Documentation

Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.