Package com.documentum.fc.common
Class DfEndOfCollectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.documentum.fc.common.DfRuntimeException
com.documentum.fc.common.DfEndOfCollectionException
- All Implemented Interfaces:
Serializable
An exception thrown when someone tries to access data beyond the end of a collection.
- Since:
- 5.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.documentum.fc.common.DfRuntimeException
convertToRuntimeException, getArguments, getMessage, getMessageId, newDefineClassFailedException, newFailedBofTransformationException, newInvalidPrivilegeMetadataException, newNotInitializedException, newPrivilegeIllegalForSBOException, newUnexpectedException, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DfEndOfCollectionException
public DfEndOfCollectionException()
-