|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.events.ErrorMessage
class ErrorMessage
Represents an error associated with an event
| Field Summary | |
|---|---|
private String |
errorCode
The original error code generated or detected by the originator. |
private String |
message
If an event has a status of "failure" or other non-successful operation, this field should provide a human-friendly error message |
private String |
originator
The software component or entity that generated or detected the error (e.g. |
| Constructor Summary | |
ErrorMessage()
|
|
| Method Summary | |
|---|---|
String
|
getErrorCode()
The original error code generated or detected by the originator. |
String
|
getMessage()
If an event has a status of "failure" or other non-successful operation, this field should provide a human-friendly error message |
String
|
getOriginator()
The software component or entity that generated or detected the error (e.g. |
void
|
setErrorCode(String errorCode)
The original error code generated or detected by the originator. |
void
|
setMessage(String message)
If an event has a status of "failure" or other non-successful operation, this field should provide a human-friendly error message |
void
|
setOriginator(String originator)
The software component or entity that generated or detected the error (e.g. |
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String errorCode
private String message
private String originator
| Constructor Detail |
|---|
ErrorMessage()
| Method Detail |
|---|
String getErrorCode()
String getMessage()
String getOriginator()
void setErrorCode(String errorCode)
void setMessage(String message)
void setOriginator(String originator)
String toString()
Groovy Documentation