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

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

The newest version!
package org.johnnei.enjin;

/**
 * * an exception which relates to the protocol.
 *
 */
public class EnjinProtocolException extends EnjinException {

	private static final long serialVersionUID = -8627773562285230021L;

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy