All Downloads are FREE. Search and download functionalities are using the official Maven repository.

i.OutOfEnergyException Maven / Gradle / Ivy

There is a newer version: 0.9.6
Show newest version
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