Class AbortedStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.stream.AbortedStreamException
- All Implemented Interfaces:
Serializable
A
RuntimeException
that is raised to signal a Subscriber
that the StreamMessage
it subscribed to has been aborted by StreamMessage.abort()
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbortedStreamException
get()
Returns aAbortedStreamException
which may be a singleton or a new instance, depending onFlags.verboseExceptionSampler()
's decision.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
get
Returns aAbortedStreamException
which may be a singleton or a new instance, depending onFlags.verboseExceptionSampler()
's decision.
-