public class SDKException extends RuntimeException
| Constructor and Description |
|---|
SDKException(String message) |
SDKException(String message,
io.grpc.StatusRuntimeException t) |
SDKException(String message,
Throwable t) |
SDKException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.Status |
getStatus()
If the error was caused while performing the request to the server this will be populated with
the status of the error
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.