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