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