ToggleOverload List

Type NameDescription
Public methodEngineRuntimeException()()()
Public methodEngineRuntimeException(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.
Public methodEngineRuntimeException(ExceptionCode)
Use this to specify only the ExceptionCode object for this exception.
Public methodEngineRuntimeException(ExceptionCode, Object)
Use this to specify the ExceptionCode object and the specific value in use (code argument) when the error occurred for this exception.
Public methodEngineRuntimeException(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.
Protected methodEngineRuntimeException(SerializationInfo, StreamingContext)
Public methodEngineRuntimeException(EngineRuntimeException, ExceptionContext, array<Object>[]()[])
(FileNet internal use only) Specifies EngineRuntimeException cause, exception code, and context.
Public methodEngineRuntimeException(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.
Public methodEngineRuntimeException(ExceptionCode, array<Object>[]()[], ExceptionContext, array<Object>[]()[])
(FileNet internal use only) Specifies exception code and context.
Public methodEngineRuntimeException(Exception, ExceptionCode, array<Object>[]()[], ExceptionContext, array<Object>[]()[])
(FileNet internal use only) Specifies Throwable cause, exception code, and context.

ToggleSee Also