Collaboration API Documentation

com.filenet.bso.api.util
Class ClbOpMissingEmailException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.filenet.bso.api.util.BsoChainingException
                    |
                    +--com.filenet.bso.api.util.CollaborationOperationException
                          |
                          +--com.filenet.bso.api.util.ClbOpMissingEmailException
All Implemented Interfaces:
java.io.Serializable

public class ClbOpMissingEmailException
extends CollaborationOperationException

The Collaboration (workflow) Operations checked exception for when a user's email address is undefined.

See Also:
Serialized Form

Constructor Summary
ClbOpMissingEmailException()
          Constructs a ClbOpMissingEmailException with no specific detail message.
ClbOpMissingEmailException(java.lang.String msg)
          Constructs a ClbOpMissingEmailException with a given detail message.
ClbOpMissingEmailException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a ClbOpMissingEmailException with a given detail message and the original exception.
ClbOpMissingEmailException(java.lang.Throwable cause)
          Constructs a ClbOpMissingEmailException with an original throwable exception.
 
Methods inherited from class com.filenet.bso.api.util.CollaborationOperationException
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

ClbOpMissingEmailException

public ClbOpMissingEmailException()
Constructs a ClbOpMissingEmailException 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.

ClbOpMissingEmailException

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

ClbOpMissingEmailException

public ClbOpMissingEmailException(java.lang.Throwable cause)
Constructs a ClbOpMissingEmailException with an original throwable exception.
Parameters:
cause - The original throwable exception. Can be null.

ClbOpMissingEmailException

public ClbOpMissingEmailException(java.lang.String msg,
                                  java.lang.Throwable cause)
Constructs a ClbOpMissingEmailException with a given detail message and the original exception.

If you specify null for the e parameter, constructs the exception with only the detail message, which is equivalent to calling ClbOpMissingEmailException(msg).

Parameters:
msg - The detailed message.

cause - The original throwable exception. Can be null.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.