atg.commerce.inventory
Class MissingInventoryItemException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           atg.core.exception.ContainerException
atg.core.exception.ContainerException
               atg.commerce.CommerceException
atg.commerce.CommerceException
                   atg.commerce.inventory.InventoryException
atg.commerce.inventory.InventoryException
                       atg.commerce.inventory.MissingInventoryItemException
atg.commerce.inventory.MissingInventoryItemException
- All Implemented Interfaces: 
- ContainableException, java.io.Serializable
- public class MissingInventoryItemException 
- extends InventoryException
This exception gets thrown if there is no inventory information for
 some given sku.
- See Also:
- Serialized Form
 
 
 
 
| 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 | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
MissingInventoryItemException
public MissingInventoryItemException()
- Constructs a new MissingInventoryItemException.
 
MissingInventoryItemException
public MissingInventoryItemException(java.lang.String pStr)
- Constructs a new MissingInventoryItemException with the given 
 explanation.
 
MissingInventoryItemException
public MissingInventoryItemException(java.lang.Throwable pSourceException)
- Constructs a new MissingInventoryItemException.
 
- Parameters:
- pSourceException- the initial exception which was the root
 cause of the problem
 
MissingInventoryItemException
public MissingInventoryItemException(java.lang.String pStr,
                                     java.lang.Throwable pSourceException)
- Constructs a new MissingInventoryItemException with the given 
 explanation.
 
- Parameters:
- pSourceException- the initial exception which was the root
 cause of the problem