Liferay 6.0.5

com.liferay.portal.lar
Class PortletDataException

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.lar.PortletDataException
                      extended by com.liferay.portal.lar.PortletDataException
All Implemented Interfaces:
Serializable

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

public class PortletDataException
extends PortletDataException

See Also:
Serialized Form

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

PortletDataException

public PortletDataException()
Deprecated. 

PortletDataException

public PortletDataException(String msg)
Deprecated. 

PortletDataException

public PortletDataException(Throwable cause)
Deprecated. 

PortletDataException

public PortletDataException(String msg,
                            Throwable cause)
Deprecated. 

Liferay 6.0.5