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

uk.co.mruoc.camunda.client.RequestNotSupportedException Maven / Gradle / Ivy

There is a newer version: 0.1.29
Show newest version
package uk.co.mruoc.camunda.client;

public class RequestNotSupportedException extends CamundaClientException {

    public RequestNotSupportedException(Object request) {
        super(String.format("request of type %s is not supported", request.getClass().getName()));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy