Class CancelledSubscriptionException

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

public final class CancelledSubscriptionException
extends RuntimeException
A RuntimeException that is raised to notify StreamMessage.whenComplete() when a Subscriber has cancelled its Subscription.
See Also:
Serialized Form