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 | |
---|---|
Name | Description |
message | String the detail message |