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 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

      public InvalidFolderException(JournalFolder folder, int type)
  • Method Details

    • getFolder

      public JournalFolder getFolder()
    • getMessageArgument

      public String getMessageArgument(Locale locale)
    • getMessageKey

      public String getMessageKey()