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

com.codepoetics.octarine.json.deserialisation.DeserialisationException Maven / Gradle / Ivy

There is a newer version: 0.18
Show newest version
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