public class org.glassfish.hk.runlevel.CurrentlyRunningException extends java.lang.RuntimeException
{
private static final long serialVersionUID;
private transient org.glassfish.hk.runlevel.RunLevelFuture currentJob;
public void <init>()
{
org.glassfish.hk.runlevel.CurrentlyRunningException v;
v := @this: org.glassfish.hk.runlevel.CurrentlyRunningException;
specialinvoke v.<java.lang.RuntimeException: void <init>()>();
return;
}
public void <init>(org.glassfish.hk.runlevel.RunLevelFuture)
{
org.glassfish.hk.runlevel.CurrentlyRunningException v;
org.glassfish.hk.runlevel.RunLevelFuture v;
v := @this: org.glassfish.hk.runlevel.CurrentlyRunningException;
v := @parameter: org.glassfish.hk.runlevel.RunLevelFuture;
specialinvoke v.<java.lang.RuntimeException: void <init>()>();
v.<org.glassfish.hk.runlevel.CurrentlyRunningException: org.glassfish.hk.runlevel.RunLevelFuture currentJob> = v;
return;
}
public org.glassfish.hk.runlevel.RunLevelFuture getCurrentJob()
{
org.glassfish.hk.runlevel.CurrentlyRunningException v;
org.glassfish.hk.runlevel.RunLevelFuture v;
v := @this: org.glassfish.hk.runlevel.CurrentlyRunningException;
v = v.<org.glassfish.hk.runlevel.CurrentlyRunningException: org.glassfish.hk.runlevel.RunLevelFuture currentJob>;
return v;
}
}