atg.b2bcommerce.invoice
Class ItemWasModifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.commerce.invoice.InvoiceException
                  extended by atg.commerce.invoice.ItemWasModifiedException
                      extended by atg.b2bcommerce.invoice.ItemWasModifiedException
All Implemented Interfaces:
ContainableException, java.io.Serializable

Deprecated.

public class ItemWasModifiedException
extends ItemWasModifiedException

See Also:
ItemWasModifiedException, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Deprecated.  
 
Constructor Summary
ItemWasModifiedException(java.lang.String pRepositoryId)
          Deprecated. Create an ItemWasModifiedException referring to a particular repository item.
ItemWasModifiedException(java.lang.String pRepositoryId, java.lang.Throwable pSourceException)
          Deprecated. Create an ItemWasModifiedException referring to a particular repository item and source exception.
 
Method Summary
 
Methods inherited from class atg.commerce.invoice.ItemWasModifiedException
getRepositoryId, setRepositoryId
 
Methods inherited from class atg.core.exception.ContainerException
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Deprecated. 
Constructor Detail

ItemWasModifiedException

public ItemWasModifiedException(java.lang.String pRepositoryId)
Deprecated. 
Create an ItemWasModifiedException referring to a particular repository item.


ItemWasModifiedException

public ItemWasModifiedException(java.lang.String pRepositoryId,
                                java.lang.Throwable pSourceException)
Deprecated. 
Create an ItemWasModifiedException referring to a particular repository item and source exception.