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

uk.num.numlib.exc.NumRecordEncryptionRequiredException Maven / Gradle / Ivy

package uk.num.numlib.exc;

public class NumRecordEncryptionRequiredException extends NumException {
    public NumRecordEncryptionRequiredException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy