Class GrpcMessageSizeWarningThresholdReachedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.axonserver.connector.util.GrpcMessageSizeWarningThresholdReachedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCreates a new instance of the exception indicating that the message size has exceeded the threshold. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GrpcMessageSizeWarningThresholdReachedException
public GrpcMessageSizeWarningThresholdReachedException()Creates a new instance of the exception indicating that the message size has exceeded the threshold.
-