public interface  org.glassfish.hk.runlevel.ErrorInformation extends java.lang.Object
{
public abstract java.lang.Throwable getError();
public abstract org.glassfish.hk.runlevel.ErrorInformation$ErrorAction getAction();
public abstract void setAction(org.glassfish.hk.runlevel.ErrorInformation$ErrorAction);
public abstract org.glassfish.hk.api.Descriptor getFailedDescriptor();
}