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

fr.ght1pc9kc.entity.jackson.ex.EntityDeserializationException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package fr.ght1pc9kc.entity.jackson.ex;

public class EntityDeserializationException extends RuntimeException {
    public EntityDeserializationException(String message) {
        super(message);
    }

    public EntityDeserializationException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy