summaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com/yahoo/config/subscription/SubscriberClosedException.java
blob: f7051ab1b38b7f9e6fd9052e7239cc4531640d26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.config.subscription;

/**
 * Thrown when {@link ConfigSubscriber} is closed
 *
 * @author bjorncs
 * @deprecated  Will be removed in Vespa 8. Only for internal use.
 */
@Deprecated(forRemoval = true, since = "7")
public class SubscriberClosedException extends RuntimeException {}