com.liferay.portlet.journal
Class DuplicateFeedIdException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.liferay.portal.kernel.exception.NestableException
              extended bycom.liferay.portal.PortalException
                  extended bycom.liferay.portlet.journal.DuplicateFeedIdException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateFeedIdException
extends com.liferay.portal.PortalException

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
DuplicateFeedIdException()
           
DuplicateFeedIdException(java.lang.String msg)
           
DuplicateFeedIdException(java.lang.String msg, java.lang.Throwable cause)
           
DuplicateFeedIdException(java.lang.Throwable cause)
           
 
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

DuplicateFeedIdException

public DuplicateFeedIdException()

DuplicateFeedIdException

public DuplicateFeedIdException(java.lang.String msg)

DuplicateFeedIdException

public DuplicateFeedIdException(java.lang.String msg,
                                java.lang.Throwable cause)

DuplicateFeedIdException

public DuplicateFeedIdException(java.lang.Throwable cause)