close() method

Format

void close()

Explanation

Closes the connection to the output stream.

Parameters

None.

Exceptions

The following table shows the exceptions and the conditions for their generation.

ExceptionGeneration condition
SDPClientCommunicationExceptionA communication exception occurred during RMI connection.
SDPClientExceptionThe output stream was already closed.

Return value

None.