Class PollException

All Implemented Interfaces:
Serializable

public class PollException extends RuntimeException
PollException is thrown when polling algorithm exceeds total timeout or total number of attempts.
See Also:
  • Constructor Details

    • PollException

      public PollException()
      Constructs a PollException with no specified detail message.
    • PollException

      public PollException(String message)
      Constructs a new poll timeout exception with the specified detail message.
      Parameters:
      message - the detail message