All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----amarquee.QMessage
public QMessage(int err, int sLine, int msgID)
public int getActualLen()
public byte[] getData()
public int getDataLen()
public int getErrorLine()
public int getID()
public String getPath()
public QRunInfo getQRunInfo()
public int getSize()
public int getStatus()
AMarquee.QERROR_UNKNOWN
Something has gone wrong, but nobody knows what! You should actually never see this.
AMarquee.QERROR_MALFORMED_KEY
You specified a node path that was syntactically incorrect, or is impossible (such as specifying a node in a directory that doesn't exist)
AMarquee.QERROR_NO_SERVER_MEM
The AMarquee server ran out of memory and thus was not able to perform the operation. This is a serious error, and if you get it you should not count on any subsequent transactions in the same message packet having been performed!
AMarquee.QERROR_UNIMPLEMENTED
You tried to use a feature that I haven't implemented yet. You may get this error if you are receiving data in a direct client-to-client connection and the sending client sends you a transaction that does not make sense in this context. (for example, a SetAccessOp)
Amarquee.QERROR_NO_CLIENT_MEM
Your computer ran out of memory, and thus could not perform the operation.
All Packages Class Hierarchy This Package Previous Next Index