Package com.documentum.fc.common
Class DfReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.documentum.fc.common.DfRuntimeException
com.documentum.fc.common.DfReadOnlyException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the object, attribute or type is read-only (can not be modified).
- Since:
- 5.4
- 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
-
DfReadOnlyException
public DfReadOnlyException()
-