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