Package org.grpcmock.exception
Class GrpcMockVerificationError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.grpcmock.exception.GrpcMockVerificationError
- All Implemented Interfaces:
Serializable
Exception type thrown when verifying request call count condition.
- Author:
- Fadelis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGrpcMockVerificationError(String message) GrpcMockVerificationError(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GrpcMockVerificationError
-
GrpcMockVerificationError
-