com.liferay.portlet.trash.exception
Class RestoreEntryException
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.exception.RestoreEntryException
- All Implemented Interfaces:
- Serializable
public class RestoreEntryException
- 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 |
DUPLICATE
public static final int DUPLICATE
- See Also:
- Constant Field Values
INVALID_CONTAINER
public static final int INVALID_CONTAINER
- See Also:
- Constant Field Values
INVALID_NAME
public static final int INVALID_NAME
- See Also:
- Constant Field Values
RestoreEntryException
public RestoreEntryException()
RestoreEntryException
public RestoreEntryException(int type)
RestoreEntryException
public RestoreEntryException(int type,
Throwable cause)
RestoreEntryException
public RestoreEntryException(String msg)
RestoreEntryException
public RestoreEntryException(String msg,
Throwable cause)
RestoreEntryException
public RestoreEntryException(Throwable cause)
getDuplicateEntryId
public long getDuplicateEntryId()
getErrorMessage
public String getErrorMessage()
getOldName
public String getOldName()
getTrashEntryId
public long getTrashEntryId()
getType
public int getType()
isOverridable
public boolean isOverridable()
setDuplicateEntryId
public void setDuplicateEntryId(long duplicateEntryId)
setErrorMessage
public void setErrorMessage(String errorMessage)
setOldName
public void setOldName(String oldName)
setOverridable
public void setOverridable(boolean overridable)
setTrashEntryId
public void setTrashEntryId(long trashEntryId)
setType
public void setType(int type)