Class GrpcMessageTooLargeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.grpc.StatusRuntimeException
io.temporal.internal.retryer.GrpcMessageTooLargeException
All Implemented Interfaces:
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: