
org.johnnei.enjin.EnjinProtocolException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enjin-api-spec Show documentation
Show all versions of enjin-api-spec Show documentation
The specification of the Enjin API
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