public class TrashPermissionException extends PortalException
| Modifier and Type | Field and Description |
|---|---|
static int |
DELETE |
static int |
EMPTY_TRASH |
static int |
MOVE |
static int |
RESTORE |
static int |
RESTORE_OVERWRITE |
static int |
RESTORE_RENAME |
| Constructor and Description |
|---|
TrashPermissionException(int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int DELETE
public static final int EMPTY_TRASH
public static final int MOVE
public static final int RESTORE
public static final int RESTORE_OVERWRITE
public static final int RESTORE_RENAME