aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/test/java/com/yahoo/application/container/handlers/WriteException.java
blob: f4f513b705d5558d832e95667e263cf8f9257909 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.application.container.handlers;

/**
 * @author Einar M R Rosenvinge
 */
public class WriteException extends RuntimeException {
}