| 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.
|
| WsEJBException |
This subclass is intended to be used by the a container (ejb, web, or client)
when it needs to throw an exception from a method that implements a SUN
architected J2EE interface and the interface does not permit an appropriate
checked exception to be thrown (e.g.
|
| 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.
|
| WsRuntimeException |
The WsRuntimeException class is a subclass of
java.lang.RuntimeException 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.
|