Class TrashPermissionException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.TrashPermissionException
- All Implemented Interfaces:
Serializable
- Author:
- Zsolt Berentey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DELETE
public static final int DELETE- See Also:
-
EMPTY_TRASH
public static final int EMPTY_TRASH- See Also:
-
MOVE
public static final int MOVE- See Also:
-
RESTORE
public static final int RESTORE- See Also:
-
RESTORE_OVERWRITE
public static final int RESTORE_OVERWRITE- See Also:
-
RESTORE_RENAME
public static final int RESTORE_RENAME- See Also:
-
-
Constructor Details
-
TrashPermissionException
public TrashPermissionException(int type)
-
-
Method Details
-
getType
public int getType()
-