com.oaklandsw.http
Class HttpTimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.oaklandsw.http.HttpTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class HttpTimeoutException
extends java.lang.RuntimeException

Indicates a timeout has occurred. A timeout may occur:

See Also:
Serialized Form

Constructor Summary
HttpTimeoutException()
          Creates a new HttpTimeoutException.
HttpTimeoutException(java.lang.String message)
          Creates a new HttpTimeoutException with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpTimeoutException

public HttpTimeoutException()
Creates a new HttpTimeoutException.


HttpTimeoutException

public HttpTimeoutException(java.lang.String message)
Creates a new HttpTimeoutException with the specified message.

Parameters:
message - exception message


Copyright © 2002-2005 Oakland Software Incorporated. All Rights Reserved.