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

io.github.hayesroach.clamav.ClamAVSizeLimitException Maven / Gradle / Ivy

The newest version!
package io.github.hayesroach.clamav;

/**
 * Thrown if clamd size limit is exceeded during scanning.
 * 

* See clamd man page for further information. */ public class ClamAVSizeLimitException extends RuntimeException { private static final long serialVersionUID = 1L; public ClamAVSizeLimitException(String msg) { super(msg); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy