Collaboration API Documentation

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

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.RelationshipException
                                |
                                +--com.filenet.bso.api.collaboration.exceptions.BothEndsOfRelationshipSameException
All Implemented Interfaces:
java.io.Serializable

public class BothEndsOfRelationshipSameException
extends RelationshipException

Checked exception thrown when both ends of a relationship being created reference the same object.

See Also:
Serialized Form

Constructor Summary
BothEndsOfRelationshipSameException()
          Constructs a BothEndsOfRelationshipSameException with no specific detail message.
BothEndsOfRelationshipSameException(java.lang.String msg)
          Constructs a BothEndsOfRelationshipSameException with a given detail message.
BothEndsOfRelationshipSameException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a BothEndsOfRelationshipSameException 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

BothEndsOfRelationshipSameException

public BothEndsOfRelationshipSameException()
Constructs a BothEndsOfRelationshipSameException with no specific detail message.

BothEndsOfRelationshipSameException

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

BothEndsOfRelationshipSameException

public BothEndsOfRelationshipSameException(java.lang.String msg,
                                           java.lang.Throwable cause)
Constructs a BothEndsOfRelationshipSameException 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 - 2004 FileNet Corporation. All rights reserved.