public class AntivirusScannerException extends PortalException
Modifier and Type | Field and Description |
---|---|
static int |
PROCESS_FAILURE |
static int |
SIZE_LIMIT_EXCEEDED |
static int |
VIRUS_DETECTED |
Constructor and Description |
---|
AntivirusScannerException(int type) |
AntivirusScannerException(int type,
java.lang.Throwable throwable) |
AntivirusScannerException(java.lang.String msg,
int type) |
AntivirusScannerException(java.lang.String msg,
java.lang.Throwable throwable) |
AntivirusScannerException(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessageKey() |
int |
getType() |
public static final int PROCESS_FAILURE
public static final int SIZE_LIMIT_EXCEEDED
public static final int VIRUS_DETECTED
public AntivirusScannerException(int type)
public AntivirusScannerException(int type, java.lang.Throwable throwable)
public AntivirusScannerException(java.lang.String msg, int type)
public AntivirusScannerException(java.lang.String msg, java.lang.Throwable throwable)
public AntivirusScannerException(java.lang.Throwable throwable)