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

org.mockserver.client.ClientException Maven / Gradle / Ivy

The newest version!
package org.mockserver.client;

/**
 * @author jamesdbloom
 */
public class ClientException extends RuntimeException {

    public ClientException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy