Overload List
Name | Description | |
---|---|---|
![]() |
EngineRuntimeException | Initializes a new instance of the |
![]() |
EngineRuntimeException (EngineRuntimeException, ExceptionContext, Object) | (FileNet internal use only) Specifies cause, exception code, and context. |
![]() |
EngineRuntimeException (ErrorStack) | Use this to implement an error stack, specifying the object to use for this instance. If unspecified, an error stack is not used. |
![]() |
EngineRuntimeException (ExceptionCode) | Use this to specify only the object for this exception. |
![]() |
EngineRuntimeException (ExceptionCode, Object) | Use this to specify the object and the specific value in use (code argument) when the error occurred for this exception. |
![]() |
EngineRuntimeException (ExceptionCode, Object) | Use this to specify the object and an array of specific values (code arguments) in use when the error occurred for this exception. |
![]() |
EngineRuntimeException (ExceptionCode, Object, ExceptionContext, Object) | (FileNet internal use only) Specifies exception code and context. |
![]() |
EngineRuntimeException (Exception, ExceptionCode, Object) | Use this for exception chaining. The object and an array of specific values (code arguments) in use when the error occurred for this (wrapping) exception. The object specified is wrapped (nested) within this exception. |
![]() |
EngineRuntimeException (Exception, ExceptionCode, Object, ExceptionContext, Object) | (FileNet internal use only) Specifies Throwable cause, exception code, and context. |
![]() |
EngineRuntimeException (SerializationInfo, StreamingContext) |