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.
Constructor and Description |
---|
RepositoryModifiedException(String msg,
String pageName)
Constructs the exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getPageName()
Return the page name given in the constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryModifiedException(String msg, String pageName)
msg
- The messagepageName
- The name of the page which was modifiedpublic String getPageName()
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.