DA 9.7 HttpClientChannelException

I just updated DataAbstract from 9.6 to 9.7, it appears that the com.remojbects.sdk.HttpClientChannelException class is no longer present in the sdk. What should I use as a replacement to catch exceptions?

Thanks!

You need to use Java’s built-in exception classes ConnectException and SocketTimeoutException