|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.util.ExceptionUtils
public final class ExceptionUtils
The home for utility methods that handle various exception-related tasks.
| Method Summary | |
|---|---|
static void |
initCause(java.lang.Throwable throwable,
java.lang.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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void initCause(java.lang.Throwable throwable,
java.lang.Throwable cause)
throwable - The throwable.cause - The cause of the throwable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||