As of release 1.4, this exception has been retrofitted to conform to the general purpose exception-chaining mechanism. The "exception causing the abort" that is provided at construction time and accessed via the public {@link #detail} field is now known as thecause, and may be accessed via the {@link Throwable#getCause()}method, as well as the aforementioned "legacy field." @author unascribed @version 1.21, 11/17/05 @since JDK1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|