com.atlassian.confluence.content.render.xhtml.links
Class LinksUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

Constructor Summary
LinksUpdateException(String message)
           
LinksUpdateException(String message, Throwable cause)
           
LinksUpdateException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinksUpdateException

public LinksUpdateException(Throwable cause)

LinksUpdateException

public LinksUpdateException(String message)

LinksUpdateException

public LinksUpdateException(String message,
                            Throwable cause)


Copyright © 2003-2013 Atlassian. All Rights Reserved.