com.starkinfra.error.StarkError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Welcome to the Stark Infra Java SDK! This tool is made for Java developers who want to easily integrate with our API. This SDK version is compatible with the Stark Infra API v2.
package com.starkinfra.error;
public abstract class StarkError extends RuntimeException {
public StarkError(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy