|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.juddi.datatype.response.ErrInfo
public class ErrInfo
Used in Result in response DispositionReport.
| Constructor Summary | |
|---|---|
ErrInfo()
|
|
ErrInfo(java.lang.String code)
|
|
ErrInfo(java.lang.String code,
java.lang.String msg)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getErrCode()
Returns the exception code of this ErrInfo. |
java.lang.String |
getErrMsg()
Returns the exception message of this ErrInfo. |
void |
setErrCode(java.lang.String code)
Sets the exception code of this ErrInfo to the given value. |
void |
setErrMsg(java.lang.String msg)
Sets the exception message of this ErrInfo to the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrInfo()
public ErrInfo(java.lang.String code)
public ErrInfo(java.lang.String code,
java.lang.String msg)
| Method Detail |
|---|
public void setErrCode(java.lang.String code)
code - The new code number for this ErrInfo.public java.lang.String getErrCode()
public void setErrMsg(java.lang.String msg)
msg - The new exception message for this ErrInfo.public java.lang.String getErrMsg()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||