Class InvalidFolderException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.document.library.kernel.exception.InvalidFolderException
- All Implemented Interfaces:
Serializable
- Author:
- Brian Wing Shun Chan, Hugo Huijser
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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
-
CANNOT_COPY_INTO_CHILD_FOLDER
public static final int CANNOT_COPY_INTO_CHILD_FOLDER- See Also:
-
CANNOT_COPY_INTO_ITSELF
public static final int CANNOT_COPY_INTO_ITSELF- See Also:
-
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_ROOT_FOLDER
public static final int INVALID_ROOT_FOLDER- See Also:
-
-
Constructor Details
-
InvalidFolderException
public InvalidFolderException(int type, long folderId)
-
-
Method Details
-
getFolderId
public long getFolderId() -
getMessageArgument
-
getMessageKey
-