Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki
Class PageContentException

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.wiki.PageContentException
All Implemented Interfaces:
Serializable

public class PageContentException
extends PortalException

See Also:
Serialized Form

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

PageContentException

public PageContentException()

PageContentException

public PageContentException(String msg)

PageContentException

public PageContentException(String msg,
                            Throwable cause)

PageContentException

public PageContentException(Throwable cause)

Liferay 6.1.2-ce-ga3