public class MissingInventoryItemException extends InventoryException
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Constructor and Description | 
|---|
| MissingInventoryItemException()Constructs a new MissingInventoryItemException. | 
| MissingInventoryItemException(java.lang.String pStr)Constructs a new MissingInventoryItemException with the given 
 explanation. | 
| MissingInventoryItemException(java.lang.String pStr,
                             java.lang.Throwable pSourceException)Constructs a new MissingInventoryItemException with the given 
 explanation. | 
| MissingInventoryItemException(java.lang.Throwable pSourceException)Constructs a new MissingInventoryItemException. | 
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic MissingInventoryItemException()
public MissingInventoryItemException(java.lang.String pStr)
public MissingInventoryItemException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic MissingInventoryItemException(java.lang.String pStr,
                             java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem