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