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 RuntimeException
Object[]
static DfRuntimeException
newDefineClassFailedException
(String name, URL url, Exception cause) static DfRuntimeException
newFailedBofTransformationException
(String name, Exception cause) static DfRuntimeException
newInvalidPrivilegeMetadataException
(String moduleName) static DfRuntimeException
static DfRuntimeException
newPrivilegeIllegalForSBOException
(String sboName) static DfRuntimeException
newUnexpectedException
(Exception cause) void
void
Methods 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:
getMessage
in classThrowable
-
getMessageId
-
getArguments
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-