Uses of Class
com.healthmarketscience.common.util.PassthroughException

Packages that use PassthroughException
com.healthmarketscience.common.util   
 

Uses of PassthroughException in com.healthmarketscience.common.util
 

Methods in com.healthmarketscience.common.util that return PassthroughException
static PassthroughException PassthroughException.create(Throwable t)
          Constructs a PassthroughException which will print out a virtually identical stacktrace to the given Throwable.
 

Constructors in com.healthmarketscience.common.util with parameters of type PassthroughException
PassthroughException(String originalException, String originalMessage, StackTraceElement[] originalStackTrace, PassthroughException cause)
          Constructs a PassthroughException with the given information.
PassthroughException(Throwable original, PassthroughException cause)
          Constructs a PassthroughException by copying information from the given original exception.
 



Copyright © 2006-2016 Health Market Science. All Rights Reserved.