Liferay 6.0.5

com.liferay.portal.kernel.deploy.auto
Class AutoDeployException

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.portal.kernel.deploy.auto.AutoDeployException
All Implemented Interfaces:
Serializable

public class AutoDeployException
extends PortalException

See Also:
Serialized Form

Constructor Summary
AutoDeployException()
           
AutoDeployException(String msg)
           
AutoDeployException(String msg, Throwable cause)
           
AutoDeployException(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

AutoDeployException

public AutoDeployException()

AutoDeployException

public AutoDeployException(String msg)

AutoDeployException

public AutoDeployException(String msg,
                           Throwable cause)

AutoDeployException

public AutoDeployException(Throwable cause)

Liferay 6.0.5