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

com.volcengine.ark.runtime.exception.ArkException Maven / Gradle / Ivy

There is a newer version: 0.1.144
Show newest version
package com.volcengine.ark.runtime.exception;

public class ArkException extends RuntimeException {
    public ArkException(String msg) {
        super(msg);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy