| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.jbi.JBIException com.sun.jbi.framework.TimeOutException
TimeOutException | public class TimeOutException extends javax.jbi.JBIException (Code) | | TimeOutException is a subclass of JBIException that is used for exceptions
that indicate a call to a method in a Component has timed out.
author: Sun Microsystems |
TimeOutException | public TimeOutException(String aMessage)(Code) | | Creates a new instance of TimeOutException with an exception
message.
Parameters: aMessage - String describing this exception. |
TimeOutException | public TimeOutException(String aMessage, Throwable aCause)(Code) | | Creates a new instance of TimeOutException with the specified
message and cause.
Parameters: aMessage - String describing this exception. Parameters: aCause - Throwable which represents an underlying problem(or null). |
TimeOutException | public TimeOutException(Throwable aCause)(Code) | | Creates a new instance of TimeOutException with the specified
cause.
Parameters: aCause - Throwable which represents an underlying problem(or null). |
|
|
|