public class ObjectCreationException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| Constructor and Description |
|---|
ObjectCreationException()
Constructs a new ObjectCreationException
|
ObjectCreationException(java.lang.String pStr)
Constructs a new ObjectCreationException with the given
explanation.
|
ObjectCreationException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new ObjectCreationException with the given
explanation.
|
ObjectCreationException(java.lang.Throwable pSourceException)
Constructs a new ObjectCreationException.
|
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic ObjectCreationException()
public ObjectCreationException(java.lang.String pStr)
public ObjectCreationException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic ObjectCreationException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pStr - an explanation of the exceptionpSourceException - the initial exception which was the root
cause of the problem