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