public class ClientSideException extends StatusException
| Constructor and Description |
|---|
ClientSideException(java.lang.String message,
io.grpc.Status status)
Exception indicating an error occurred on client side which
indicate there is some problem on the client side such
as invalid request data.
|
ClientSideException(java.lang.String message,
io.grpc.Status status,
java.lang.Throwable cause)
Exception indicating an error occurred on client side which
indicate there is some problem on the client side such
as invalid request data.
|
getStatuspublic ClientSideException(java.lang.String message,
io.grpc.Status status)
message - detail message of the exception.status - The underlying GRPC status code, might be null.public ClientSideException(java.lang.String message,
io.grpc.Status status,
java.lang.Throwable cause)
message - detail message of the exception.status - The underlying GRPC status code, might be null.cause - the underlying exception.