Rio Project 4.2 API Documentation



org.rioproject.resources.util
Class ThrowableUtil

java.lang.Object
  extended by org.rioproject.resources.util.ThrowableUtil

public class ThrowableUtil
extends Object

Utility for getting things from a Throwable

Author:
Dennis Reedy

Constructor Summary
ThrowableUtil()
           
 
Method Summary
static Throwable getRootCause(Throwable e)
           
static boolean isRetryable(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableUtil

public ThrowableUtil()
Method Detail

getRootCause

public static Throwable getRootCause(Throwable e)

isRetryable

public static boolean isRetryable(Throwable t)

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.