| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.jbi.JBIException com.sun.jbi.framework.FrameworkWarningException
FrameworkWarningException | public class FrameworkWarningException extends javax.jbi.JBIException (Code) | | FrameworkWarningException is a subclass of JBIException that is used for
exceptions that indicate an event has occurred that requires the user to be
warned that an abnormal situation exists.
author: Sun Microsystems, Inc. |
FrameworkWarningException | public FrameworkWarningException(String aMessage)(Code) | | Creates a new instance of FrameworkWarningException with an exception
message.
Parameters: aMessage - String describing this exception. |
FrameworkWarningException | public FrameworkWarningException(String aMessage, Throwable aCause)(Code) | | Creates a new instance of FrameworkWarningException with the specified
message and cause.
Parameters: aMessage - String describing this exception. Parameters: aCause - Throwable which represents an underlying problem(or null). |
FrameworkWarningException | public FrameworkWarningException(Throwable aCause)(Code) | | Creates a new instance of FrameworkWarningException with the specified
cause.
Parameters: aCause - Throwable which represents an underlying problem(or null). |
|
|
|