Package com.palantir.baseline.refaster
Class InvocationTargetExceptionCause
- java.lang.Object
-
- com.palantir.baseline.refaster.InvocationTargetExceptionCause
-
public final class InvocationTargetExceptionCause extends java.lang.ObjectInvocationTargetException.getTargetException()javadoc recommends usingInvocationTargetException.getCause()instead. getTargetException was added before throwables had getCause.
-
-
Constructor Summary
Constructors Constructor Description InvocationTargetExceptionCause()
-