public class PollException extends RuntimeException
PollException
is thrown when polling algorithm exceeds total timeout or total number of
attempts.
Inheritance
java.lang.Object > java.lang.Throwable > java.lang.Exception > RuntimeException > PollExceptionConstructors
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.
Name | Description |
message | String the detail message |