public class RepositoryModifiedException extends ProviderException
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.
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_page |
| Constructor and Description |
|---|
RepositoryModifiedException(java.lang.String msg,
java.lang.String pageName)
Constructs the exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPageName()
Return the page name given in the constructor.
|
protected final java.lang.String m_page
public RepositoryModifiedException(java.lang.String msg, java.lang.String pageName)
msg - The messagepageName - The name of the page which was modifiedpublic java.lang.String getPageName()
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.