![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.hotrod.exceptions.ParallelOperationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-hotrod-jakarta Show documentation
Show all versions of infinispan-hotrod-jakarta Show documentation
Infinispan Hot Rod Client Jakarta EE
package org.infinispan.hotrod.exceptions;
/**
*/
public class ParallelOperationException extends HotRodClientException {
public ParallelOperationException(String message) {
super(message);
}
public ParallelOperationException(Throwable cause) {
super(cause);
}
public ParallelOperationException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy