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