Class AntivirusScannerException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.document.library.kernel.antivirus.AntivirusScannerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AntivirusVirusFoundException
- Author:
- Michael C. Han, Hugo Huijser, Raymond Augé
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionAntivirusScannerException
(int type) AntivirusScannerException
(int type, Throwable throwable) AntivirusScannerException
(String msg, int type) AntivirusScannerException
(String msg, Throwable throwable) AntivirusScannerException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
PROCESS_FAILURE
public static final int PROCESS_FAILURE- See Also:
-
SIZE_LIMIT_EXCEEDED
public static final int SIZE_LIMIT_EXCEEDED- See Also:
-
VIRUS_DETECTED
public static final int VIRUS_DETECTED- See Also:
-
-
Constructor Details
-
AntivirusScannerException
public AntivirusScannerException(int type) -
AntivirusScannerException
-
AntivirusScannerException
-
AntivirusScannerException
-
AntivirusScannerException
-
-
Method Details
-
getMessageKey
-
getType
public int getType()
-