| This exception is the base exception of all XNI exceptions. It
can be constructed with an error message or used to wrap another
exception object.
Note: By extending the Java
RuntimeException , XNI handlers and components are
not required to catch XNI exceptions but may explicitly catch
them, if so desired.
author: Andy Clark, IBM version: $Id: XNIException.java 447247 2006-09-18 05:23:52Z mrglavas $ |