Exception PollException (2.21.0)

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