
io.gs2.core.net.Gs2ClientErrorResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gs2-java-sdk Show documentation
Show all versions of gs2-java-sdk Show documentation
Game Server Services SDK for Java
The newest version!
package io.gs2.core.net;
import io.gs2.core.exception.Gs2Exception;
public class Gs2ClientErrorResponse extends Gs2Response
{
public Gs2ClientErrorResponse(Gs2Exception exception)
{
super("");
this.exception = exception;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy