Package org.hibernate.internal.util
Class ExceptionHelper
- java.lang.Object
-
- org.hibernate.internal.util.ExceptionHelper
-
public final class ExceptionHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Throwable>
Tcombine(T throwable, T otherThrowable)static voiddoThrow(Throwable e)Throws the given throwable even if it is a checked exception.static ThrowablegetRootCause(Throwable error)
-