Package com.documentum.fc.common
Class DfRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.documentum.fc.common.DfRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DfCriticalException,DfDocbrokerRuntimeException,DfEndOfCollectionException,DfReadOnlyException,DfServiceCriticalException,DfStaleSessionHandleException
An unexpected DFC runtime exception. This often indicates a bug in either DFC or the caller of DFC.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDfRuntimeException(String message) DfRuntimeException(String message, Object[] arguments) DfRuntimeException(String message, Object[] arguments, Throwable cause) DfRuntimeException(String message, Throwable cause) DfRuntimeException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeExceptionObject[]static DfRuntimeExceptionnewDefineClassFailedException(String name, URL url, Exception cause) static DfRuntimeExceptionnewFailedBofTransformationException(String name, Exception cause) static DfRuntimeExceptionnewInvalidPrivilegeMetadataException(String moduleName) static DfRuntimeExceptionstatic DfRuntimeExceptionnewPrivilegeIllegalForSBOException(String sboName) static DfRuntimeExceptionnewUnexpectedException(Exception cause) voidvoidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DfRuntimeException
public DfRuntimeException() -
DfRuntimeException
-
DfRuntimeException
-
DfRuntimeException
-
DfRuntimeException
-
DfRuntimeException
-
-
Method Details
-
convertToRuntimeException
-
newUnexpectedException
-
newNotInitializedException
-
newFailedBofTransformationException
-
newDefineClassFailedException
public static DfRuntimeException newDefineClassFailedException(String name, URL url, Exception cause) -
newPrivilegeIllegalForSBOException
-
newInvalidPrivilegeMetadataException
-
getMessage
- Overrides:
getMessagein classThrowable
-
getMessageId
-
getArguments
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-