at.gridgears.held.internal.HeldException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of held-api Show documentation
Show all versions of held-api Show documentation
API for Http Enabled Location Discovery (HELD)
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