Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping
Class ContentNameException

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.dynamicdatamapping.ContentNameException
All Implemented Interfaces:
Serializable

public class ContentNameException
extends PortalException

See Also:
Serialized Form

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

ContentNameException

public ContentNameException()

ContentNameException

public ContentNameException(String msg)

ContentNameException

public ContentNameException(String msg,
                            Throwable cause)

ContentNameException

public ContentNameException(Throwable cause)

Liferay 6.1.2-ce-ga3