
io.serialized.client.ConcurrencyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serialized-client Show documentation
Show all versions of serialized-client Show documentation
Java Client for Serialized APIs
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