Exception | Description |
---|---|
ComponentDisabledException |
A
ComponentDisabledException is used to signal to the runtime
framework that a component exists in the runtime framework but is currently
disabled (for reasons unspecified). |
ConfigurationError |
A
ConfigurationError is used to signal to the runtime
framework that a serious initialization error has occurred. |
ConfigurationWarning |
A
ConfigurationWarning is used to signal to the runtime
framework that a non-fatal initialization error has occurred. |
RuntimeError |
A
RuntimeError is used to signal to the runtime
framework that a critical error has been encountered. |
RuntimeWarning |
A
RuntimeWarning is used to signal to the runtime
framework that a non-fatal error has been encountered. |
WsException |
The
WsException class is a subclass of java.lang.Exception
that provides support for exception chaining semantics that will be available in
the 1.4 timeframe. |
WsRuntimeFwException |
A
WsRuntimeFwException and its subclasses are conditions that
the runtime framework might want to catch. |