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

com.chutneytesting.action.jms.UncheckedJmsException Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package com.chutneytesting.action.jms;

@SuppressWarnings("serial")
class UncheckedJmsException extends RuntimeException {

    public UncheckedJmsException(String message, Exception cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy