Class GrpcException

All Implemented Interfaces:
Serializable

public class GrpcException extends RuntimeException
Exception for gRPC errors.
Author:
Chris Burdess
See Also:
  • Constructor Details

    • GrpcException

      public GrpcException(String message)
      Creates a new exception with the given message.
      Parameters:
      message - the error message
    • GrpcException

      public GrpcException(String message, Throwable cause)
      Creates a new exception with the given message and cause.
      Parameters:
      message - the error message
      cause - the cause