Class QueryTimeoutException

    • Constructor Detail

      • QueryTimeoutException

        public QueryTimeoutException()
      • QueryTimeoutException

        public QueryTimeoutException​(String message)
      • QueryTimeoutException

        public QueryTimeoutException​(String message,
                                     Throwable cause)
      • QueryTimeoutException

        public QueryTimeoutException​(Throwable cause)
      • QueryTimeoutException

        public QueryTimeoutException​(Query query)
      • QueryTimeoutException

        public QueryTimeoutException​(String message,
                                     Throwable cause,
                                     Query query)
    • Method Detail

      • getQuery

        public Query getQuery()