Class JobTimeout

    • Constructor Detail

      • JobTimeout

        public JobTimeout​(Job.State state,
                          String message,
                          long timeout)
    • Method Detail

      • getState

        public Job.State getState()
        The state being waited for (not the current one!) when the timeout occurred.
        Returns:
        the state to wait for
      • getTimeout

        public long getTimeout()
        The timeout in milliseconds.
        Returns:
        Timeout in milliseconds