com.liferay.portal.struts
Class ActionException

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.PortalException
                  extended by com.liferay.portal.kernel.events.ActionException
                      extended by com.liferay.portal.struts.ActionException
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class has been repackaged at com.liferay.portal.kernel.events.

public class ActionException
extends com.liferay.portal.kernel.events.ActionException

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
ActionException()
          Deprecated.  
ActionException(java.lang.String msg)
          Deprecated.  
ActionException(java.lang.String msg, java.lang.Throwable cause)
          Deprecated.  
ActionException(java.lang.Throwable cause)
          Deprecated.  
 
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

ActionException

public ActionException()
Deprecated. 

ActionException

public ActionException(java.lang.String msg)
Deprecated. 

ActionException

public ActionException(java.lang.String msg,
                       java.lang.Throwable cause)
Deprecated. 

ActionException

public ActionException(java.lang.Throwable cause)
Deprecated.