com.testingsyndicate.jms.responder.matcher.InvalidMatcherException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jms-responder-core Show documentation
Show all versions of jms-responder-core Show documentation
A stub for JMS Request/Reply
package com.testingsyndicate.jms.responder.matcher;
class InvalidMatcherException extends RuntimeException {
InvalidMatcherException(String message) {
super(message);
}
}