protected static class COUNTER.ExceptionResponse extends COUNTER.SimpleResponse
| Modifier and Type | Field and Description |
|---|---|
protected String |
error_message |
owner, version| Modifier | Constructor and Description |
|---|---|
protected |
COUNTER.ExceptionResponse() |
protected |
COUNTER.ExceptionResponse(Owner owner,
String error_message) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
String |
toString() |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
protected String error_message
public void readFrom(DataInput in) throws Exception
StreamablereadFrom in interface StreamablereadFrom in class COUNTER.SimpleResponseExceptionpublic void writeTo(DataOutput out) throws Exception
StreamablewriteTo in interface StreamablewriteTo in class COUNTER.SimpleResponseExceptionpublic String toString()
toString in class COUNTER.SimpleResponseCopyright © 2012 JBoss by Red Hat. All Rights Reserved.