Class TqClientException

    • Constructor Detail

      • TqClientException

        public TqClientException​(String msg)
      • TqClientException

        public TqClientException​(String msg,
                                 Throwable t)
      • TqClientException

        public TqClientException​(com.turtlequeue.sdk.api.proto.Tq.ReplyError err)
      • TqClientException

        public TqClientException​(com.turtlequeue.sdk.api.proto.Tq.ReplyError err,
                                 Throwable t)
    • Method Detail

      • getSequenceId

        public long getSequenceId()
      • getDomain

        public String getDomain()
      • getReason

        public String getReason()
      • makeTqExceptionFromReplyError

        protected static TqClientException makeTqExceptionFromReplyError​(com.turtlequeue.sdk.api.proto.Tq.ReplyError err)
      • isRetriableError

        public static boolean isRetriableError​(Throwable t)