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

ar.com.system.afip.wsmtxca.business.impl.MtxcaException Maven / Gradle / Ivy

package ar.com.system.afip.wsmtxca.business.impl;


public class MtxcaException extends RuntimeException {
    private static final long serialVersionUID = -6140230396277534874L;

    public MtxcaException(Exception root) {
        super(root);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy