public final class AbortedStreamException extends RuntimeException
RuntimeException that is raised to signal a Subscriber that the StreamMessage
it subscribed to has been aborted by StreamMessage.abort().| Modifier and Type | Method and Description |
|---|---|
static AbortedStreamException |
get()
Returns a
AbortedStreamException 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 AbortedStreamException get()
AbortedStreamException which may be a singleton or a new instance, depending on
Flags.verboseExceptionSampler()'s decision.Copyright © 2020 LeanCloud. All rights reserved.