Package org.jgroups.protocols
Class COUNTER.ExceptionResponse
- All Implemented Interfaces:
Streamable
- Enclosing class:
COUNTER
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedExceptionResponse(Owner owner, String error_message) -
Method Summary
Modifier and TypeMethodDescription(package private) voidvoidRead the state of the current object (including superclasses) from instream Note that the input stream must not be closedtoString()voidwriteTo(DataOutput out) Write the entire state of the current object (including superclasses) to outstream.Methods inherited from class org.jgroups.protocols.COUNTER.Response
getOwner
-
Field Details
-
error_message
-
-
Constructor Details
-
ExceptionResponse
protected ExceptionResponse() -
ExceptionResponse
-
-
Method Details
-
readFrom
Description copied from interface:StreamableRead the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFromin interfaceStreamable- Overrides:
readFromin classCOUNTER.Response<Void>- Throws:
IOExceptionClassNotFoundException
-
writeTo
Description copied from interface:StreamableWrite the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeToin interfaceStreamable- Overrides:
writeToin classCOUNTER.Response<Void>- Throws:
IOException
-
toString
-
getResponseType
- Specified by:
getResponseTypein classCOUNTER.Response<Void>
-
complete
- Specified by:
completein classCOUNTER.Response<Void>
-