Class LinksUpdateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.content.render.xhtml.links.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:
  • Constructor Details

    • LinksUpdateException

      public LinksUpdateException(Throwable cause)
    • LinksUpdateException

      public LinksUpdateException(String message)
    • LinksUpdateException

      public LinksUpdateException(String message, Throwable cause)