Package io.vertx.grpc.common
Class InvalidMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.core.VertxException
-
- io.vertx.grpc.common.InvalidMessageException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidMessagePayloadException
,MessageSizeOverflowException
public abstract class InvalidMessageException extends VertxException
Signals an invalid message.- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Method Summary
-
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
-
-