Class GrpcMessageSizeWarningThresholdReachedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.axonserver.connector.util.GrpcMessageSizeWarningThresholdReachedException
All Implemented Interfaces:
Serializable

public class GrpcMessageSizeWarningThresholdReachedException extends RuntimeException
Exception created to log a warning when a message size exceeds a certain threshold. This means that the application has tried to send a message to Axon Server that is almost too large. This can be a command, query, response, or any other message.

This exception is never thrown, but only used to log a warning that includes the stack trace for better analysis.

Since:
4.11.0
Author:
Mitchell Herrijgers
See Also:
  • Constructor Details

    • GrpcMessageSizeWarningThresholdReachedException

      public GrpcMessageSizeWarningThresholdReachedException()
      Creates a new instance of the exception indicating that the message size has exceeded the threshold.