Package com.liferay.journal.exception
Class InvalidFolderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.journal.exception.InvalidFolderException
- All Implemented Interfaces:
Serializable
public class InvalidFolderException
extends com.liferay.portal.kernel.exception.PortalException
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFolderException
(int type) InvalidFolderException
(JournalFolder folder, int type) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
CANNOT_MOVE_INTO_CHILD_FOLDER
public static final int CANNOT_MOVE_INTO_CHILD_FOLDER- See Also:
-
CANNOT_MOVE_INTO_ITSELF
public static final int CANNOT_MOVE_INTO_ITSELF- See Also:
-
INVALID_GROUP
public static final int INVALID_GROUP- See Also:
-
PARENT_FOLDER_DOES_NOT_EXIST
public static final int PARENT_FOLDER_DOES_NOT_EXIST- See Also:
-
-
Constructor Details
-
InvalidFolderException
public InvalidFolderException(int type) -
InvalidFolderException
-
-
Method Details
-
getFolder
-
getMessageArgument
-
getMessageKey
-