public class IllegalShippingGroupStateException extends CommerceException
This exception is thrown when an attempt to modify a ShipppingGroup is made and the current state doesn't support this modification.
ShippingGroup,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| Constructor and Description |
|---|
IllegalShippingGroupStateException()
Construct a new IllegalShippingGroupStateException
|
IllegalShippingGroupStateException(java.lang.String pStr)
Constructs a new IllegalShippingGroupStateException with the given
explanation.
|
IllegalShippingGroupStateException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new IllegalShippingGroupStateException with the given
explanation.
|
IllegalShippingGroupStateException(java.lang.Throwable pSourceException)
Constructs a new IllegalShippingGroupStateException.
|
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic IllegalShippingGroupStateException()
public IllegalShippingGroupStateException(java.lang.String pStr)
public IllegalShippingGroupStateException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic IllegalShippingGroupStateException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem