Class JavaCGIBridgeTimeOutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--JavaCGIBridgeTimeOutException
All Implemented Interfaces:
java.io.Serializable

public class JavaCGIBridgeTimeOutException
extends java.lang.Exception

This class Signals that the JavaCGIBridge Timed out while attempting to POST or GET data from a URL connection.

Version:
1.00, 10 Aug 1997
See Also:
JavaCGIBridge, Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
JavaCGIBridgeTimeOutException()
          JavaCGIBridgeTimeOutException() - constructor with no detail msg Constructs a JavaCGIBridgeTimeOutException with no detail message.
JavaCGIBridgeTimeOutException(java.lang.String s)
          JavaCGIBridgeTimeOutException() - constructor with detail msg Constructs a JavaCGIBridgeTimeOutException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

JavaCGIBridgeTimeOutException

public JavaCGIBridgeTimeOutException()
JavaCGIBridgeTimeOutException() - constructor with no detail msg Constructs a JavaCGIBridgeTimeOutException with no detail message. A detail message is a String that describes this particular exception.

JavaCGIBridgeTimeOutException

public JavaCGIBridgeTimeOutException(java.lang.String s)
JavaCGIBridgeTimeOutException() - constructor with detail msg Constructs a JavaCGIBridgeTimeOutException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the String that contains a detailed message