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

org.johnnei.enjin.EnjinAccessException Maven / Gradle / Ivy

The newest version!
package org.johnnei.enjin;

/**
 * Exception to indicate that an API call requires write access but the api is configured as read-only.
 *
 */
public class EnjinAccessException extends EnjinException {

	public EnjinAccessException(String message) {
		super(message);
	}

	public EnjinAccessException(String message, Exception e) {
		super(message, e);
	}

	/**
	 *
	 */
	private static final long serialVersionUID = -4249796873055922774L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy