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. |