com.codepoetics.octarine.json.deserialisation.DeserialisationException Maven / Gradle / Ivy
package com.codepoetics.octarine.json.deserialisation;
import java.io.IOException;
public class DeserialisationException extends RuntimeException {
public DeserialisationException(IOException e) {
super(e);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy