Liferay 6.1.2-ce-ga3

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

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

Constructor Detail

AntivirusScannerException

public AntivirusScannerException()

AntivirusScannerException

public AntivirusScannerException(String msg)

AntivirusScannerException

public AntivirusScannerException(String msg,
                                 Throwable cause)

AntivirusScannerException

public AntivirusScannerException(Throwable cause)

Liferay 6.1.2-ce-ga3