Class TestFailAmbiguous

  • All Implemented Interfaces:
    java.io.Serializable

    @Internal
    public class TestFailAmbiguous
    extends java.lang.RuntimeException
    Used only in testing: injects an error that will be handled as FAIL_AMBIGUOUS. E.g. either the server or SDK raised an error indicating the operation was ambiguously successful.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TestFailAmbiguous

        public TestFailAmbiguous()
      • TestFailAmbiguous

        public TestFailAmbiguous​(java.lang.String msg)