Otherwise, does nothing.
*/
public synchronized void rethrowExceptionIfFailed() throws MessagingNetworkException
{
MessagingNetworkException ex = failException;
if (ex != null) ex.throwCloned();
}
/**
Returns true iff this operation is completed previously.
*/