public class PollException extends RuntimeException
PollException is thrown when polling algorithm exceeds total timeout or total number of
attempts.| Constructor and Description |
|---|
PollException()
Constructs a
PollException with no specified detail message. |
PollException(String message)
Constructs a new poll timeout exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PollException()
PollException with no specified detail message.public PollException(String message)
message - the detail message