
org.mockserver.client.ClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockserver-client-java
Show all versions of mockserver-client-java
A java client for the MockServer
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