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

org.bdware.irp.irplib.exception.EnvelopeResendException Maven / Gradle / Ivy

package org.bdware.irp.irplib.exception;

public class EnvelopeResendException extends Exception{
    public EnvelopeResendException(String e){
        super(e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy