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,
Throwable throwable) |
AntivirusScannerException(String msg,
int type) |
AntivirusScannerException(String msg,
Throwable throwable) |
AntivirusScannerException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
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, Throwable throwable)
public AntivirusScannerException(String msg, int type)
public AntivirusScannerException(String msg, Throwable throwable)
public AntivirusScannerException(Throwable throwable)