|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
org.eclipse.higgins.ics.gwt.base.client.model.entity.StsFault
| Constructor Summary | |
|---|---|
StsFault()
|
|
StsFault(String action,
String code,
String detail,
String reason,
String subcode)
|
|
| Method Summary | |
|---|---|
String |
getAction()
Gets the action value for this StsFaultException. |
String |
getCode()
Gets the code value for this StsFaultException. |
String |
getDetail()
Gets the detail value for this StsFaultException. |
String |
getReason()
Gets the reason value for this StsFaultException. |
String |
getSubcode()
Gets the subcode value for this StsFaultException. |
void |
setAction(String action)
Sets the action value for this StsFaultException. |
void |
setCode(String code)
Sets the code value for this StsFaultException. |
void |
setDetail(String detail)
Sets the detail value for this StsFaultException. |
void |
setReason(String reason)
Sets the reason value for this StsFaultException. |
void |
setSubcode(String subcode)
Sets the subcode value for this StsFaultException. |
| Methods inherited from class org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StsFault()
public StsFault(String action,
String code,
String detail,
String reason,
String subcode)
| Method Detail |
public String getAction()
public void setAction(String action)
action - public String getCode()
public void setCode(String code)
code - public String getDetail()
public void setDetail(String detail)
detail - public String getReason()
public void setReason(String reason)
reason - public String getSubcode()
public void setSubcode(String subcode)
subcode -
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||