Class InvalidFolderException

All Implemented Interfaces:
Serializable

public class InvalidFolderException extends PortalException
Author:
Brian Wing Shun Chan, Hugo Huijser
See Also:
  • 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

      public String getMessageArgument(Locale locale)
    • getMessageKey

      public String getMessageKey()