org.jboss.lang
Class ExceptionHelper

java.lang.Object
  extended by org.jboss.lang.ExceptionHelper

public class ExceptionHelper
extends java.lang.Object


Constructor Summary
ExceptionHelper()
           
 
Method Summary
static java.lang.Throwable createExceptionWithCause(java.lang.Class exClass, java.lang.Object... vargs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHelper

public ExceptionHelper()
Method Detail

createExceptionWithCause

public static java.lang.Throwable createExceptionWithCause(java.lang.Class exClass,
                                                           java.lang.Object... vargs)