com.liferay.portlet.trash
Class DuplicateEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portlet.trash.DuplicateEntryException
- All Implemented Interfaces:
- Serializable
public class DuplicateEntryException
- extends PortalException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateEntryException
public DuplicateEntryException()
DuplicateEntryException
public DuplicateEntryException(String msg)
DuplicateEntryException
public DuplicateEntryException(String msg,
Throwable cause)
DuplicateEntryException
public DuplicateEntryException(Throwable cause)
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)