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