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

com.networknt.rule.soap.exception.InvalidJsonBodyException Maven / Gradle / Ivy

Go to download

A generic yaml rule action implementation to transform REST to SOAP in the request/response transform interceptor.

The newest version!
package com.networknt.rule.soap.exception;

public class InvalidJsonBodyException extends RuntimeException {

    public InvalidJsonBodyException() {
        super("invalid json body");
    }

    public InvalidJsonBodyException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy