com.filenet.bso.api.collaboration.exceptions
Class RelationshipException
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
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BadRelationshipObjectRefException, BothEndsOfRelationshipSameException
- public class RelationshipException
- extends BsoException
Checked exception thrown when there is a problem processing a collaboration
relationship.
- See Also:
- Serialized Form
Constructor Summary |
RelationshipException()
Constructs a RelationshipException with no specific
detail message. |
RelationshipException(java.lang.String msg)
Constructs a RelationshipException with a given
detail message. |
RelationshipException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a RelationshipException with a given
detail message and the original exception. |
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 |
RelationshipException
public RelationshipException()
- Constructs a
RelationshipException
with no specific
detail message.
RelationshipException
public RelationshipException(java.lang.String msg)
- Constructs a
RelationshipException
with a given
detail message.
- Parameters:
msg
- the detail message
RelationshipException
public RelationshipException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs a
RelationshipException
with a given
detail message and the original exception.
- Parameters:
msg
- the detail messagecause
- the original exception. Null
for this
parameter is the same as no original exception.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.