Liferay 6.1.2-ce-ga3

com.liferay.portlet.blogs
Class EntryTitleException

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.blogs.EntryTitleException
All Implemented Interfaces:
Serializable

public class EntryTitleException
extends PortalException

See Also:
Serialized Form

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

EntryTitleException

public EntryTitleException()

EntryTitleException

public EntryTitleException(String msg)

EntryTitleException

public EntryTitleException(String msg,
                           Throwable cause)

EntryTitleException

public EntryTitleException(Throwable cause)

Liferay 6.1.2-ce-ga3