Liferay 6.1.2-ce-ga3

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. Moved to PortletDataException

public class PortletDataException
extends PortletDataException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.kernel.lar.PortletDataException
DEFAULT, END_DATE_IS_MISSING_START_DATE, FUTURE_END_DATE, FUTURE_START_DATE, START_DATE_AFTER_END_DATE, START_DATE_IS_MISSING_END_DATE
 
Constructor Summary
PortletDataException()
          Deprecated.  
PortletDataException(String msg)
          Deprecated.  
PortletDataException(String msg, Throwable cause)
          Deprecated.  
PortletDataException(Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.lar.PortletDataException
getType, setType
 
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(String msg,
                            Throwable cause)
Deprecated. 

PortletDataException

public PortletDataException(Throwable cause)
Deprecated. 

Liferay 6.1.2-ce-ga3