Class AbortedStreamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.stream.AbortedStreamException
All Implemented Interfaces:
Serializable

public final class AbortedStreamException
extends RuntimeException
A RuntimeException that is raised to signal a Subscriber that the StreamMessage it subscribed to has been aborted by StreamMessage.abort().
See Also:
Serialized Form