public class InvalidFolderException
extends com.liferay.portal.kernel.exception.PortalException
Modifier and Type | Field and Description |
---|---|
static int |
CANNOT_MOVE_INTO_CHILD_FOLDER |
static int |
CANNOT_MOVE_INTO_ITSELF |
static int |
INVALID_GROUP |
static int |
PARENT_FOLDER_DOES_NOT_EXIST |
Constructor and Description |
---|
InvalidFolderException(int type) |
InvalidFolderException(JournalFolder folder,
int type) |
Modifier and Type | Method and Description |
---|---|
JournalFolder |
getFolder() |
java.lang.String |
getMessageArgument(java.util.Locale locale) |
java.lang.String |
getMessageKey() |
public static final int CANNOT_MOVE_INTO_CHILD_FOLDER
public static final int CANNOT_MOVE_INTO_ITSELF
public static final int INVALID_GROUP
public static final int PARENT_FOLDER_DOES_NOT_EXIST
public InvalidFolderException(int type)
public InvalidFolderException(JournalFolder folder, int type)
public JournalFolder getFolder()
public java.lang.String getMessageArgument(java.util.Locale locale)
public java.lang.String getMessageKey()