public class StreamTimeoutException extends RuntimeException
RuntimeException to throw if reading from a stream results in a timeout.| Constructor and Description |
|---|
StreamTimeoutException()
Constructs a new instance of
StreamTimeoutException. |
StreamTimeoutException(String message)
Constructs a new instance of
StreamTimeoutException with a detailed description of the cause of the
exception |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamTimeoutException()
StreamTimeoutException.public StreamTimeoutException(String message)
StreamTimeoutException with a detailed description of the cause of the
exceptionmessage - the message describing the cause of the exception.Copyright © 2020–2022 AxonIQ BV. All rights reserved.