Uses of Class
com.documentum.fc.common.DfRuntimeException
Packages that use DfRuntimeException
Package
Description
Provides classes and interfaces to utility functionality associated with all DFC objects.
-
Uses of DfRuntimeException in com.documentum.fc.client
Subclasses of DfRuntimeException in com.documentum.fc.clientModifier and TypeClassDescriptionclassclassThis exception is no longer used.classThrown when the session referenced by a handle no longer exists. -
Uses of DfRuntimeException in com.documentum.fc.common
Subclasses of DfRuntimeException in com.documentum.fc.commonModifier and TypeClassDescriptionclassAn unexpected DFC runtime exception.classAn exception thrown when someone tries to access data beyond the end of a collection.classThrown to indicate that the object, attribute or type is read-only (can not be modified).Methods in com.documentum.fc.common that return DfRuntimeExceptionModifier and TypeMethodDescriptionstatic DfRuntimeExceptionDfRuntimeException.newDefineClassFailedException(String name, URL url, Exception cause) static DfRuntimeExceptionDfRuntimeException.newFailedBofTransformationException(String name, Exception cause) static DfRuntimeExceptionDfRuntimeException.newInvalidPrivilegeMetadataException(String moduleName) static DfRuntimeExceptionDfRuntimeException.newNotInitializedException()static DfRuntimeExceptionDfRuntimeException.newPrivilegeIllegalForSBOException(String sboName) static DfRuntimeExceptionDfRuntimeException.newUnexpectedException(Exception cause)