Android
org.apache.http.util
public final class

org.apache.http.util.ExceptionUtils

java.lang.Object
org.apache.http.util.ExceptionUtils

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

Summary

Public Methods

      static    void  initCause(Throwable throwable, Throwable cause)
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
Methods inherited from class java.lang.Object

Details

Public Methods

public static void initCause(Throwable throwable, Throwable cause)

If we're running on JDK 1.4 or later, initialize the cause for the given throwable.

Parameters

throwable The throwable.
cause The cause of the throwable.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56