Class GrpcMessageTooLargeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GrpcMessageTooLargeException
    extends io.grpc.StatusRuntimeException
    Internal exception used to mark when StatusRuntimeException is caused by message being too large. Exceptions are only wrapped if GrpcRetryer was used, which is an implementation detail and not always the case - user code should catch StatusRuntimeException.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static GrpcMessageTooLargeException tryWrap​(io.grpc.StatusRuntimeException exception)  
      • Methods inherited from class io.grpc.StatusRuntimeException

        fillInStackTrace, getStatus, getTrailers
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait