public class ErrInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ErrInfo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrCode()
Deprecated.
Returns the error code of the ErrInfo.
|
java.lang.String |
getErrInfoText()
Deprecated.
Returns the text of the ErrInfo.
|
void |
setErrCode(java.lang.String errCode)
Deprecated.
Sets the error code of the ErrInfo.
|
void |
setErrInfoText(java.lang.String errInfoText)
Deprecated.
Sets the text of the ErrInfo.
|
public java.lang.String getErrInfoText()
public void setErrInfoText(java.lang.String errInfoText)
errInfoText - the text of the ErrInfo.public java.lang.String getErrCode()
public void setErrCode(java.lang.String errCode)
errCode - the error code of the ErrInfo.