public final class ErrorMessageResponse extends Object implements Response
ErrorResponse,
Serialized Form| Constructor and Description |
|---|
ErrorMessageResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Get the error message.
|
boolean |
isTerminalResponse()
Is this a terminal response, i.e.
|
void |
process(LoggedDataInputStream dis,
ResponseServices services)
Process the data for the response.
|
public void process(LoggedDataInputStream dis, ResponseServices services) throws ResponseException
process in interface Responser - the buffered reader allowing the client to read the server's
response. Note that the actual response name has already been
read and the reader is positioned just before the first
argument, if any.ResponseExceptionpublic boolean isTerminalResponse()
isTerminalResponse in interface Responsepublic String getMessage()
Copyright © 2013. All rights reserved.