putEnd() method
Format
void putEnd()
Explanation
Notifies the input stream that there is no more stream data.
After an input completion notification is sent by this method and before a query group is resumed, if the put or putEnd method is executed, an exception is returned.
Parameters
None.
Exceptions
The following table shows the exceptions and the conditions for their generation.
Exception | Generation condition |
---|---|
SDPClientCommunicationException | A communication exception occurred during RMI connection. |
SDPClientException |
|
SDPClientQueryGroupHoldException | The query group is held. |
SDPClientQueryGroupNotExistException | The query group was deleted. |
SDPClientQueryGroupStateException | The query group is not being executed. |
SDPClientQueryGroupStopException | The query group is stopped. |
Return value
None.