|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.handle.hdllib.AbstractMessage
net.handle.hdllib.AbstractResponse
net.handle.hdllib.ErrorResponse
public class ErrorResponse
| Field Summary | |
|---|---|
byte[] |
message
|
| Fields inherited from class net.handle.hdllib.AbstractResponse |
|---|
stream, streaming |
| Constructor Summary | |
|---|---|
ErrorResponse(AbstractRequest req,
int errorCode,
byte[] message)
|
|
ErrorResponse(byte[] message)
|
|
ErrorResponse(int opCode,
int responseCode,
byte[] message)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class net.handle.hdllib.AbstractResponse |
|---|
getContinuedResponse, streamResponse |
| Methods inherited from class net.handle.hdllib.AbstractMessage |
|---|
clearBuffers, decryptMessage, encryptMessage, getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, signMessage, signMessage, signMessage, takeValuesFrom, verifyMessage, verifyMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public byte[] message
| Constructor Detail |
|---|
public ErrorResponse(byte[] message)
public ErrorResponse(int opCode,
int responseCode,
byte[] message)
public ErrorResponse(AbstractRequest req,
int errorCode,
byte[] message)
throws HandleException
HandleException| Method Detail |
|---|
public java.lang.String toString()
toString in class AbstractMessage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||