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

org.ikasan.notification.exception.StopNotificationRunnerException Maven / Gradle / Ivy

The newest version!
package org.ikasan.notification.exception;

public class StopNotificationRunnerException extends RuntimeException {

    public StopNotificationRunnerException() {
    }

    public StopNotificationRunnerException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy