Uses of Class
com.github.davidmoten.odata.client.ClientException
-
Packages that use ClientException Package Description com.github.davidmoten.odata.client -
-
Uses of ClientException in com.github.davidmoten.odata.client
Methods in com.github.davidmoten.odata.client that return ClientException Modifier and Type Method Description static ClientExceptionClientException. from(Throwable e)If e is a ClientException then returns e otherwise returns e wrapped in a ClientException.
-