uk.co.mruoc.camunda.client.CamundaClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-rest-client Show documentation
Show all versions of camunda-rest-client Show documentation
Template repo to speed up creating new library projects
package uk.co.mruoc.camunda.client;
public class CamundaClientException extends RuntimeException {
public CamundaClientException(Throwable cause) {
super(cause);
}
public CamundaClientException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy