
com.networknt.rule.soap.exception.InvalidJsonBodyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of generic-rest2soap Show documentation
Show all versions of generic-rest2soap Show documentation
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