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