Package com.xwiki.antivirus
Class AntivirusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xwiki.antivirus.AntivirusException
- All Implemented Interfaces:
Serializable
Exception thrown by the Antivirus application.
- Version:
- $Id$
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAntivirusException(String message) AntivirusException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AntivirusException
- Parameters:
message- the exception messagecause- the cause of this exception
-
AntivirusException
- Parameters:
message- the exception message
-