|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.jemmrpc.shared.Message
org.sourceforge.jemmrpc.shared.ErrorMessage
public class ErrorMessage
A class representing an error returned by the server.
Field Summary | |
---|---|
java.lang.String |
errorMsg
The declared error message. |
Constructor Summary | |
---|---|
ErrorMessage(java.lang.String msg)
Creates an ErrorMessage with the given message string. |
Method Summary |
---|
Methods inherited from class org.sourceforge.jemmrpc.shared.Message |
---|
getThreadId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.String errorMsg
Constructor Detail |
---|
public ErrorMessage(java.lang.String msg)
msg
- The given error message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |