Class GrpcStatusException

All Implemented Interfaces:
Serializable

public final class GrpcStatusException extends RuntimeException
A GrpcStatus in exception form.
See Also:
  • Constructor Details

    • GrpcStatusException

      public GrpcStatusException(GrpcStatus status)
      Constructs an instance with the given GrpcStatus.
      Parameters:
      status - status to be wrapped.
    • GrpcStatusException

      public GrpcStatusException(GrpcStatus status, Throwable cause)
      Constructs an instance with the given GrpcStatus.
      Parameters:
      status - status to be wrapped.
      cause - the cause of this exception.
  • Method Details