Class COM.Extropia.net.JavaCGIBridgeTimeOutException
All Packages Class Hierarchy This Package Previous Next Index
Class COM.Extropia.net.JavaCGIBridgeTimeOutException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----COM.Extropia.net.JavaCGIBridgeTimeOutException
- public class JavaCGIBridgeTimeOutException
- extends Exception
Signals that the JavaCGIBridge Timed out while attempting to POST
or GET data from a URL connection.
-
JavaCGIBridgeTimeOutException()
- Constructs a JavaCGIBridgeTimeOutException with no detail message.
-
JavaCGIBridgeTimeOutException(String)
- Constructs a JavaCGIBridgeTimeOutException with the specified
detail message.
JavaCGIBridgeTimeOutException
public JavaCGIBridgeTimeOutException()
- Constructs a JavaCGIBridgeTimeOutException with no detail message.
A detail message is a String that describes this particular
exception.
JavaCGIBridgeTimeOutException
public JavaCGIBridgeTimeOutException(String s)
- 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
All Packages Class Hierarchy This Package Previous Next Index