Class PortalItemMoveError

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()
      Gets the error code.
      java.lang.String getItemId()
      Gets the portal item ID this error relates to.
      java.lang.String getMessage()
      Gets a message describing the error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PortalItemMoveError

        public PortalItemMoveError()
    • Method Detail

      • getCode

        public int getCode()
        Gets the error code.
        Returns:
        the error code
        Since:
        100.0.0
      • getMessage

        public java.lang.String getMessage()
        Gets a message describing the error.
        Returns:
        the error message
        Since:
        100.0.0
      • getItemId

        public java.lang.String getItemId()
        Gets the portal item ID this error relates to.
        Returns:
        the portal item ID
        Since:
        100.0.0