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

com.vmware.connectors.airwatch.exceptions.ManagedAppNotFound Maven / Gradle / Ivy

There is a newer version: 2.5
Show newest version
/*
 * Copyright © 2018 VMware, Inc. All Rights Reserved.
 * SPDX-License-Identifier: BSD-2-Clause
 */

package com.vmware.connectors.airwatch.exceptions;

/**
 * Created by harshas on 01/31/18.
 */
public class ManagedAppNotFound extends RuntimeException {

    public ManagedAppNotFound(String message){
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy