public class StreamClosedException extends RuntimeException
RuntimeException to throw if a stream is closed.| Constructor and Description |
|---|
StreamClosedException(Throwable cause)
Constructs a new
StreamClosedException using the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamClosedException(Throwable cause)
StreamClosedException using the given cause.cause - the Throwable further defining this StreamClosedExceptionCopyright © 2020–2022 AxonIQ BV. All rights reserved.