![JAR search and dependency download from the Maven repository](/logo.png)
com.vmware.connectors.airwatch.exceptions.GbAppMapException Maven / Gradle / Ivy
/*
* 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 GbAppMapException extends RuntimeException {
public GbAppMapException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy