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

org.coos.messaging.DeliveryException Maven / Gradle / Ivy

The newest version!
package org.coos.messaging;

public class DeliveryException extends ProcessorException {

    public DeliveryException() {
        super();
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy