org.apache.wiki.providers
Class RepositoryModifiedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.wiki.api.exceptions.WikiException
org.apache.wiki.api.exceptions.WikiException
               org.apache.wiki.api.exceptions.ProviderException
org.apache.wiki.api.exceptions.ProviderException
                   org.apache.wiki.providers.RepositoryModifiedException
org.apache.wiki.providers.RepositoryModifiedException
- All Implemented Interfaces: 
- Serializable
- public class RepositoryModifiedException 
- extends ProviderException
If the provider detects that someone has modified the repository
  externally, it should throw this exception.
  
  Any provider throwing this exception should first clean up any references
  to the modified page it has, so that when we call this the next time,
  the page is handled as completely, and we don't get the same exception
  again.
- Since:
- 2.1.25
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
m_page
protected final String m_page
RepositoryModifiedException
public RepositoryModifiedException(String msg,
                                   String pageName)
- Constructs the exception.
 
- Parameters:
- msg- The message
- pageName- The name of the page which was modified
 
getPageName
public String getPageName()
- Return the page name given in the constructor.
 
- 
- Returns:
- The page name.
 
Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.