public class org.apache.commons.lang.exception.UncheckedReflectiveOperationException extends org.apache.commons.lang.exception.UncheckedException
{
private static final long serialVersionUID;
public void <init>(java.lang.Throwable)
{
java.lang.Throwable v;
org.apache.commons.lang.exception.UncheckedReflectiveOperationException v;
v := @this: org.apache.commons.lang.exception.UncheckedReflectiveOperationException;
v := @parameter: java.lang.Throwable;
specialinvoke v.<org.apache.commons.lang.exception.UncheckedException: void <init>(java.lang.Throwable)>(v);
return;
}
}