com.chutneytesting.admin.domain.BackupNotFoundException Maven / Gradle / Ivy
The newest version!
/*
* SPDX-FileCopyrightText: 2017-2024 Enedis
*
* SPDX-License-Identifier: Apache-2.0
*
*/
package com.chutneytesting.admin.domain;
@SuppressWarnings("serial")
public class BackupNotFoundException extends RuntimeException {
public BackupNotFoundException(String backupId) {
super("Backup [" + backupId + "] not found !");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy