Class MessageSizeOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.grpc.common.InvalidMessageException
io.vertx.grpc.common.MessageSizeOverflowException
- All Implemented Interfaces:
Serializable
Signals a message that is longer than the maximum configured size.
- Author:
- Julien Viet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class VertxException
noStackTrace, noStackTrace, noStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageSizeOverflowException
public MessageSizeOverflowException(long messageSize)
-
-
Method Details
-
messageSize
public long messageSize()
-