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