public class org.apache.qpid.proton.engine.HandlerException extends java.lang.RuntimeException
{
private static final long serialVersionUID;
private final org.apache.qpid.proton.engine.Handler handler;
public void <init>(org.apache.qpid.proton.engine.Handler, java.lang.Throwable)
{
java.lang.Throwable v;
org.apache.qpid.proton.engine.Handler v;
org.apache.qpid.proton.engine.HandlerException v;
v := @this: org.apache.qpid.proton.engine.HandlerException;
v := @parameter: org.apache.qpid.proton.engine.Handler;
v := @parameter: java.lang.Throwable;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.Throwable)>(v);
v.<org.apache.qpid.proton.engine.HandlerException: org.apache.qpid.proton.engine.Handler handler> = v;
return;
}
public org.apache.qpid.proton.engine.Handler getHandler()
{
org.apache.qpid.proton.engine.Handler v;
org.apache.qpid.proton.engine.HandlerException v;
v := @this: org.apache.qpid.proton.engine.HandlerException;
v = v.<org.apache.qpid.proton.engine.HandlerException: org.apache.qpid.proton.engine.Handler handler>;
return v;
}
}