Class QueryTimeoutException

    • Constructor Detail

      • QueryTimeoutException

        public QueryTimeoutException()
      • QueryTimeoutException

        public QueryTimeoutException​(java.lang.String message)
      • QueryTimeoutException

        public QueryTimeoutException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • QueryTimeoutException

        public QueryTimeoutException​(java.lang.Throwable cause)
      • QueryTimeoutException

        public QueryTimeoutException​(Query query)
      • QueryTimeoutException

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

      • getQuery

        public Query getQuery()