public class ItemWasModifiedException extends InvoiceException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
ItemWasModifiedException()
Create an empty ItemWasModifiedException.
|
ItemWasModifiedException(java.lang.String pRepositoryId)
Create an ItemWasModifiedException referring to a particular repository
item.
|
ItemWasModifiedException(java.lang.String pRepositoryId,
java.lang.Throwable pSourceException)
Create an ItemWasModifiedException referring to a particular repository
item and source exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRepositoryId()
Return the repository id of the item that was modified unexpectedly.
|
void |
setRepositoryId(java.lang.String pRepositoryId)
Specify the repository id of the item that was modified unexpectedly.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
public ItemWasModifiedException()
public ItemWasModifiedException(java.lang.String pRepositoryId)
public ItemWasModifiedException(java.lang.String pRepositoryId, java.lang.Throwable pSourceException)