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

com.vmware.connectors.common.web.InvalidUserActionException Maven / Gradle / Ivy

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

package com.vmware.connectors.common.web;

public class InvalidUserActionException extends RuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy