Class FilibusterGrpcAmbiguousThrowAndErrorPropagationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cloud.filibuster.exceptions.filibuster.FilibusterRuntimeException
-
- cloud.filibuster.exceptions.filibuster.FilibusterGrpcTestRuntimeException.FilibusterGrpcTestRuntimeException
-
- cloud.filibuster.exceptions.filibuster.FilibusterGrpcTestRuntimeException.FilibusterGrpcAmbiguousThrowAndErrorPropagationException
-
- All Implemented Interfaces:
java.io.Serializable
public class FilibusterGrpcAmbiguousThrowAndErrorPropagationException extends FilibusterGrpcTestRuntimeException
FilibusterGrpcAmbiguousThrowAndErrorPropagationException
is invoked when the test indicates both throw and error propagation: too ambiguous. To fix this exception, please verify you are only using either assertOnException(...) or assertFaultPropagates(...).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilibusterGrpcAmbiguousThrowAndErrorPropagationException()
FilibusterGrpcAmbiguousThrowAndErrorPropagationException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFixMessage()
Returns the fix message for the exception.-
Methods inherited from class cloud.filibuster.exceptions.filibuster.FilibusterGrpcTestRuntimeException.FilibusterGrpcTestRuntimeException
generateFixMessage, generateSingleFixMessage
-
-
-
-
Method Detail
-
getFixMessage
public java.lang.String getFixMessage()
Description copied from class:FilibusterGrpcTestRuntimeException
Returns the fix message for the exception.- Specified by:
getFixMessage
in classFilibusterGrpcTestRuntimeException
-
-