com.filenet.bso.api.collaboration.exceptions
Class BadRelationshipObjectRefException
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.BadRelationshipObjectRefException
- All Implemented Interfaces:
- java.io.Serializable
- public class BadRelationshipObjectRefException
- extends RelationshipException
Checked exception thrown when either the from or to-end IDs of a relationship being
created are bad. This can mean either that the ID was not found on the object store or
that the object was found, but its base type (VersionSeries, Document, Folder or CustomObject)
was not what was expected.
- See Also:
- Serialized Form
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 |
BadRelationshipObjectRefException
public BadRelationshipObjectRefException()
- Constructs a
BadRelationshipObjectRefException
with no specific
detail message.
BadRelationshipObjectRefException
public BadRelationshipObjectRefException(java.lang.String msg)
- Constructs a
BadRelationshipObjectRefException
with a given
detail message.
- Parameters:
msg
- the detail message
BadRelationshipObjectRefException
public BadRelationshipObjectRefException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs a
BadRelationshipObjectRefException
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.