org.apache.commons.httpclient.util
Class ExceptionUtil

java.lang.Object
  extended by org.apache.commons.httpclient.util.ExceptionUtil

public class ExceptionUtil
extends Object

The home for utility methods that handle various exception-related tasks.

Since:
3.0
Author:
Oleg Kalnichevski, Laura Werner

Constructor Summary
ExceptionUtil()
           
 
Method Summary
static boolean isSocketTimeoutException(InterruptedIOException e)
          If SocketTimeoutExceptionClass is defined, returns true only if the exception is an instance of SocketTimeoutExceptionClass.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

isSocketTimeoutException

public static boolean isSocketTimeoutException(InterruptedIOException e)
If SocketTimeoutExceptionClass is defined, returns true only if the exception is an instance of SocketTimeoutExceptionClass. If SocketTimeoutExceptionClass is undefined, always returns true.

Parameters:
e - an instance of InterruptedIOException class.
Returns:
true if the exception signals socket timeout, false otherwise.


Copyright (c) 1999-2005 - Apache Software Foundation