Class FilibusterShared


  • public class FilibusterShared
    extends java.lang.Object
    • Constructor Detail

      • FilibusterShared

        public FilibusterShared()
    • Method Detail

      • getForcedExceptionValue

        public static java.lang.String getForcedExceptionValue​(org.json.JSONObject forcedException,
                                                               java.lang.String keyName,
                                                               @Nullable
                                                               java.lang.String defaultValue)
      • getForcedExceptionMetadataValue

        public static java.lang.String getForcedExceptionMetadataValue​(org.json.JSONObject forcedException,
                                                                       java.lang.String keyName,
                                                                       @Nullable
                                                                       java.lang.String defaultValue)
      • generateExceptionFromForcedException

        public static io.grpc.Status generateExceptionFromForcedException​(FilibusterClientInstrumentor filibusterClientInstrumentor)
      • generateExceptionFromForcedException

        public static io.grpc.Status generateExceptionFromForcedException​(java.lang.String exceptionNameString,
                                                                          @Nullable
                                                                          java.lang.String codeStr,
                                                                          @Nullable
                                                                          java.lang.String descriptionStr,
                                                                          @Nullable
                                                                          java.lang.String causeString,
                                                                          @Nullable
                                                                          java.lang.String causeMessageString)