Class InvalidMessagePayloadException
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.InvalidMessagePayloadException
- All Implemented Interfaces:
Serializable
Signals a message with an invalid payload, i.e. that could not be decoded by the protobuf codec.
- 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
-
InvalidMessagePayloadException
-
-
Method Details
-
message
- Returns:
- the invalid message that could not be decoded.
-