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

io.legaldocml.business.util.AknReferenceException Maven / Gradle / Ivy

The newest version!
package io.legaldocml.business.util;

import io.legaldocml.LegalDocMlException;

public class AknReferenceException extends LegalDocMlException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy