public final class CommunicationErrorResponseExceptionConverter
extends java.lang.Object
CommunicationErrorResponseException and
ChatErrorResponseException.| Modifier and Type | Method and Description |
|---|---|
static java.lang.RuntimeException |
convert(java.lang.Throwable throwable)
|
public static java.lang.RuntimeException convert(java.lang.Throwable throwable)
CommunicationErrorResponseException to ChatErrorResponseException.
Keeps other kind of exceptions as it is.