Liferay 6.2-ce-ga5

com.liferay.portlet.trash
Class DuplicateEntryException

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.trash.DuplicateEntryException
All Implemented Interfaces:
Serializable

public class DuplicateEntryException
extends PortalException

See Also:
Serialized Form

Constructor Summary
DuplicateEntryException()
           
DuplicateEntryException(String msg)
           
DuplicateEntryException(String msg, Throwable cause)
           
DuplicateEntryException(Throwable cause)
           
 
Method Summary
 long getDuplicateEntryId()
           
 String getOldName()
           
 long getTrashEntryId()
           
 void setDuplicateEntryId(long duplicateEntryId)
           
 void setOldName(String oldName)
           
 void setTrashEntryId(long trashEntryId)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

DuplicateEntryException

public DuplicateEntryException()

DuplicateEntryException

public DuplicateEntryException(String msg)

DuplicateEntryException

public DuplicateEntryException(String msg,
                               Throwable cause)

DuplicateEntryException

public DuplicateEntryException(Throwable cause)
Method Detail

getDuplicateEntryId

public long getDuplicateEntryId()

getOldName

public String getOldName()

getTrashEntryId

public long getTrashEntryId()

setDuplicateEntryId

public void setDuplicateEntryId(long duplicateEntryId)

setOldName

public void setOldName(String oldName)

setTrashEntryId

public void setTrashEntryId(long trashEntryId)

Liferay 6.2-ce-ga5