public class RescuableClientException
An Exception in Client-Server communication that should be handled.
@JvmOverloads
public RescuableClientException(@NotNull
java.lang.String message,
@Nullable
java.lang.Throwable cause)
An Exception in Client-Server communication that should be handled.
@JvmOverloads
public RescuableClientException(@NotNull
java.lang.String message)
An Exception in Client-Server communication that should be handled.