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

com.json.ignore.FieldAccessException Maven / Gradle / Ivy

There is a newer version: 1.0.15
Show newest version
package com.json.ignore;

/**
 * Exception will throw on {@link IllegalAccessException}
 */
public class FieldAccessException extends RuntimeException {
    public FieldAccessException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy