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