public class RestoreEntryException
extends com.liferay.portal.kernel.exception.PortalException
Modifier and Type | Field and Description |
---|---|
static int |
DUPLICATE |
static int |
INVALID_CONTAINER |
static int |
INVALID_NAME |
static int |
INVALID_STATUS |
static int |
NOT_RESTORABLE |
Constructor and Description |
---|
RestoreEntryException() |
RestoreEntryException(int type) |
RestoreEntryException(int type,
java.lang.Throwable throwable) |
RestoreEntryException(java.lang.String msg) |
RestoreEntryException(java.lang.String msg,
java.lang.Throwable throwable) |
RestoreEntryException(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
long |
getDuplicateEntryId() |
java.lang.String |
getErrorMessage() |
java.lang.String |
getOldName() |
long |
getTrashEntryId() |
int |
getType() |
boolean |
isOverridable() |
void |
setDuplicateEntryId(long duplicateEntryId) |
void |
setErrorMessage(java.lang.String errorMessage) |
void |
setOldName(java.lang.String oldName) |
void |
setOverridable(boolean overridable) |
void |
setTrashEntryId(long trashEntryId) |
void |
setType(int type) |
public static final int DUPLICATE
public static final int INVALID_CONTAINER
public static final int INVALID_NAME
public static final int INVALID_STATUS
public static final int NOT_RESTORABLE
public RestoreEntryException()
public RestoreEntryException(int type)
public RestoreEntryException(int type, java.lang.Throwable throwable)
public RestoreEntryException(java.lang.String msg)
public RestoreEntryException(java.lang.String msg, java.lang.Throwable throwable)
public RestoreEntryException(java.lang.Throwable throwable)
public long getDuplicateEntryId()
public java.lang.String getErrorMessage()
public java.lang.String getOldName()
public long getTrashEntryId()
public int getType()
public boolean isOverridable()
public void setDuplicateEntryId(long duplicateEntryId)
public void setErrorMessage(java.lang.String errorMessage)
public void setOldName(java.lang.String oldName)
public void setOverridable(boolean overridable)
public void setTrashEntryId(long trashEntryId)
public void setType(int type)