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

com.volcengine.ark.runtime.SSEFormatException Maven / Gradle / Ivy

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

/**
 * Exception indicating a SSE format error
 */
public class SSEFormatException extends Throwable{
	public SSEFormatException(String msg){
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy