public class StreamUnexpectedlyCompletedException extends RuntimeException
RuntimeException to throw if a stream is completed unexpectedly.| Constructor and Description |
|---|
StreamUnexpectedlyCompletedException()
Constructs a new instance of
StreamUnexpectedlyCompletedException. |
StreamUnexpectedlyCompletedException(String message)
Constructs a new instance of
StreamUnexpectedlyCompletedException with a detailed description of the
cause of the exception |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamUnexpectedlyCompletedException()
StreamUnexpectedlyCompletedException.public StreamUnexpectedlyCompletedException(String message)
StreamUnexpectedlyCompletedException 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.