Class InvalidStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.grpc.client.InvalidStatusException
- All Implemented Interfaces:
Serializable
Denotes a failure due to an invalid status.
- 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
-
InvalidStatusException
-
-
Method Details
-
expectedStatus
- Returns:
- the expected status
-
actualStatus
- Returns:
- the actual status
-