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

at.gridgears.held.internal.HeldException Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package at.gridgears.held.internal;

public class HeldException extends Exception {
    HeldException(String errorType, String message) {
        super(errorType + ": " + message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy