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