com.ibm.uddi.datatypes
Class ErrInfo
- java.lang.Object
com.ibm.uddi.datatypes.ErrInfo
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class ErrInfo
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
| Constructor and Description |
|---|
ErrInfo()
Deprecated.
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getErrCode()
Deprecated. Returns the error code of the ErrInfo.
|
|
getErrInfoText()
Deprecated. Returns the text of the ErrInfo.
|
|
setErrCode(java.lang.String errCode)
Deprecated. Sets the error code of the ErrInfo.
|
|
setErrInfoText(java.lang.String errInfoText)
Deprecated. Sets the text of the ErrInfo.
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
ErrInfo
- public ErrInfo()
Deprecated.
Method Detail
getErrInfoText
- public java.lang.String getErrInfoText( )
Deprecated.
Returns the text of the ErrInfo.
Returns:
the text of the ErrInfo.
setErrInfoText
- public void setErrInfoText(java.lang.String errInfoText)
Deprecated.
Sets the text of the ErrInfo.
Parameters:
errInfoText - the text of the ErrInfo. getErrCode
- public java.lang.String getErrCode( )
Deprecated.
Returns the error code of the ErrInfo.
Returns:
the error code of the ErrInfo.
setErrCode
- public void setErrCode(java.lang.String errCode)
Deprecated.
Sets the error code of the ErrInfo.
Parameters:
errCode - the error code of the ErrInfo.