All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.campaign.tests.bridge.service.exceptions.IBSTestException Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2022 Adobe
 * All Rights Reserved.
 *
 * NOTICE: Adobe permits you to use, modify, and distribute this file in
 * accordance with the terms of the Adobe license agreement accompanying
 * it.
 */
package com.adobe.campaign.tests.bridge.service.exceptions;

/**
 * This exception there only to reproduce internal errors in the bridgeService. This exception should NOT happen in
 * production.
 */
public class IBSTestException extends RuntimeException {
    public IBSTestException(String just_for_testing) {
        super(just_for_testing);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy