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

io.gs2.core.net.Gs2ClientErrorResponse Maven / Gradle / Ivy

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