Class AntivirusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xwiki.antivirus.AntivirusException
All Implemented Interfaces:
Serializable

public class AntivirusException extends Exception
Exception thrown by the Antivirus application.
Version:
$Id$
See Also:
  • Constructor Details

    • AntivirusException

      public AntivirusException(String message, Throwable cause)
      Parameters:
      message - the exception message
      cause - the cause of this exception
    • AntivirusException

      public AntivirusException(String message)
      Parameters:
      message - the exception message