co.com.bancolombia.commons.jms.api.exceptions.InvalidUsageException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-jms-api Show documentation
Show all versions of commons-jms-api Show documentation
A performant abstraction on top of JMS
package co.com.bancolombia.commons.jms.api.exceptions;
public class InvalidUsageException extends RuntimeException {
public InvalidUsageException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy