co.com.bancolombia.commons.jms.mq.config.exceptions.MQInvalidSenderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-jms-mq Show documentation
Show all versions of commons-jms-mq Show documentation
A performant abstraction on top of JMS
package co.com.bancolombia.commons.jms.mq.config.exceptions;
public class MQInvalidSenderException extends RuntimeException {
public MQInvalidSenderException(String message) {
super(message);
}
}