Exception PollException (2.23.3)

Stay organized with collections Save and categorize content based on your preferences.
public class PollException extends RuntimeException

PollException is thrown when polling algorithm exceeds total timeout or total number of attempts.

Constructors

PollException()

public PollException()

Constructs a PollException with no specified detail message.

PollException(String message)

public PollException(String message)

Constructs a new poll timeout exception with the specified detail message.

Parameter
NameDescription
messageString

the detail message