public class FulfillerNotFoundException 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 
 | 
| Constructor and Description | 
|---|
FulfillerNotFoundException()
Construct a new FulfillerNotFoundException 
 | 
FulfillerNotFoundException(java.lang.String pStr)
Constructs a new FulfillerNotFoundException with the given 
 explanation. 
 | 
FulfillerNotFoundException(java.lang.String pStr,
                          java.lang.Throwable pSourceException)
Constructs a new FulfillerNotFoundException with the given 
 explanation. 
 | 
FulfillerNotFoundException(java.lang.Throwable pSourceException)
Constructs a new FulfillerNotFoundException. 
 | 
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic FulfillerNotFoundException()
public FulfillerNotFoundException(java.lang.String pStr)
public FulfillerNotFoundException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic FulfillerNotFoundException(java.lang.String pStr,
                          java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem