public final class ClosedStreamException extends ClosedPublisherException
RuntimeException that is raised when a StreamMessage has been closed unexpectedly.| Modifier and Type | Method and Description |
|---|---|
static ClosedStreamException |
get()
Returns a
ClosedStreamException which may be a singleton or a new instance, depending on
Flags.verboseExceptionSampler()'s decision. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ClosedStreamException get()
ClosedStreamException which may be a singleton or a new instance, depending on
Flags.verboseExceptionSampler()'s decision.Copyright © 2020 LeanCloud. All rights reserved.