public class DuplicateEntryException extends PortalException
| Constructor and Description |
|---|
DuplicateEntryException() |
DuplicateEntryException(java.lang.String msg) |
DuplicateEntryException(java.lang.String msg,
java.lang.Throwable cause) |
DuplicateEntryException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuplicateEntryId() |
java.lang.String |
getOldName() |
long |
getTrashEntryId() |
void |
setDuplicateEntryId(long duplicateEntryId) |
void |
setOldName(java.lang.String oldName) |
void |
setTrashEntryId(long trashEntryId) |
public DuplicateEntryException()
public DuplicateEntryException(java.lang.String msg)
public DuplicateEntryException(java.lang.String msg,
java.lang.Throwable cause)
public DuplicateEntryException(java.lang.Throwable cause)
public long getDuplicateEntryId()
public java.lang.String getOldName()
public long getTrashEntryId()
public void setDuplicateEntryId(long duplicateEntryId)
public void setOldName(java.lang.String oldName)
public void setTrashEntryId(long trashEntryId)