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

io.serialized.client.ConcurrencyException Maven / Gradle / Ivy

package io.serialized.client;

public class ConcurrencyException extends ApiException {

  public ConcurrencyException(int statusCode, String message) {
    super(statusCode, message);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy