Class QueryShardException

    • Constructor Detail

      • QueryShardException

        public QueryShardException​(QueryShardContext context,
                                   java.lang.String msg,
                                   java.lang.Object... args)
      • QueryShardException

        public QueryShardException​(QueryShardContext context,
                                   java.lang.String msg,
                                   java.lang.Throwable cause,
                                   java.lang.Object... args)
      • QueryShardException

        public QueryShardException​(Index index,
                                   java.lang.String msg,
                                   java.lang.Throwable cause,
                                   java.lang.Object... args)
        This constructor is provided for use in unit tests where a QueryShardContext may not be available
      • QueryShardException

        public QueryShardException​(StreamInput in)
                            throws java.io.IOException
        Throws:
        java.io.IOException