io.higgs.boson.serialization.InvalidDataException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boson Show documentation
Show all versions of boson Show documentation
Higgs' Boson protocol implementation
package io.higgs.boson.serialization;
/**
* @author Courtney Robinson
*/
public class InvalidDataException extends RuntimeException {
public InvalidDataException(String msg, Throwable c) {
super(msg, c);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy