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

com.bazaarvoice.sswf.service.except.WorkflowManagementException Maven / Gradle / Ivy

There is a newer version: 5.2
Show newest version
package com.bazaarvoice.sswf.service.except;

public class WorkflowManagementException extends RuntimeException {
    public WorkflowManagementException(final String s, final Throwable throwable) {
        super(s, throwable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy