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_VERSIONClass version string | 
| 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. | 
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, 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