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

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

The newest version!
package org.johnnei.enjin;

/**
 * Indicates that the API request can not be properly authenticated in the current context.
 *
 */
public class EnjinAuthenticationException extends EnjinException {

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

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

	/**
	 *
	 */
	private static final long serialVersionUID = 4150658941724013300L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy