i.OutOfEnergyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javaee-rt Show documentation
Show all versions of javaee-rt Show documentation
An Execution Environment for Java SCOREs
package i;
import foundation.icon.ee.types.Status;
import foundation.icon.ee.types.PredefinedException;
/**
* Error that indicates the DApp runs out of energy.
*/
public class OutOfEnergyException extends PredefinedException {
private static final long serialVersionUID = 1L;
public int getCode() {
return Status.OutOfStep;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy