Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.antivirus
Class AntivirusScannerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException
All Implemented Interfaces:
Serializable

public class AntivirusScannerException
extends PortalException

See Also:
Serialized Form

Field Summary
static int PROCESS_FAILURE
           
static int VIRUS_DETECTED
           
 
Constructor Summary
AntivirusScannerException()
           
AntivirusScannerException(int type)
           
AntivirusScannerException(String msg)
           
AntivirusScannerException(String msg, int type)
           
AntivirusScannerException(String msg, Throwable cause)
           
AntivirusScannerException(Throwable cause)
           
 
Method Summary
 String getMessageKey()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROCESS_FAILURE

public static final int PROCESS_FAILURE
See Also:
Constant Field Values

VIRUS_DETECTED

public static final int VIRUS_DETECTED
See Also:
Constant Field Values
Constructor Detail

AntivirusScannerException

public AntivirusScannerException()

AntivirusScannerException

public AntivirusScannerException(int type)

AntivirusScannerException

public AntivirusScannerException(String msg)

AntivirusScannerException

public AntivirusScannerException(String msg,
                                 int type)

AntivirusScannerException

public AntivirusScannerException(String msg,
                                 Throwable cause)

AntivirusScannerException

public AntivirusScannerException(Throwable cause)
Method Detail

getMessageKey

public String getMessageKey()

Liferay 6.2-ce-ga5