Throwable initCause(
Throwable cause
)
JDK 1.4 includes a new chaining mechanism for Throwable, but since JDO has its own "legacy" chaining mechanism, the "standard" mechanism cannot be used. This method always throws a JDOFatalInternalException.
- Parameters:
cause
- ignored.
- Return:
- never.
- Since:
- JDO 1.0