Package io.vertx.grpc.common
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
public final class MessageSizeOverflowException extends InvalidMessageException
Signals a message that is longer than the maximum configured size.- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageSizeOverflowException(long messageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
messageSize()
-
Methods inherited from class io.vertx.core.VertxException
noStackTrace, noStackTrace, noStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-