| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.providers.window.WindowException
WindowException | public class WindowException extends Exception (Code) | | A WindowException is thrown when error
message can be displayed on the Provider.
It is thrown when error is not as serious as
provider exception.
|
WindowException | public WindowException(ErrorCode code, String msg)(Code) | | Constructs a new exception with the specified message, indicating an
error in the provider as happened.
Parameters: msg - The descriptive message. |
WindowException | public WindowException(ErrorCode code, String msg, Throwable e)(Code) | | Constructs a new exception with the specified message, and the original
exception or error , indicating an error in the
container as happened.
Parameters: msg - The descriptive message. Parameters: e - The original exception or error . |
printStackTrace | public void printStackTrace()(Code) | | |
|
|