Class LinksUpdateException

  • All Implemented Interfaces:
    Serializable

    public class LinksUpdateException
    extends RuntimeException
    Checked exception thrown when there is an error updating the links on a piece of content (normally in response to a renaming of moving of content to a different space).
    See Also:
    Serialized Form
    • Constructor Detail

      • LinksUpdateException

        public LinksUpdateException​(Throwable cause)
      • LinksUpdateException

        public LinksUpdateException​(String message)
      • LinksUpdateException

        public LinksUpdateException​(String message,
                                    Throwable cause)