
com.vmware.connectors.concur.exception.InvalidServiceAccountCredentialException Maven / Gradle / Ivy
The newest version!
/*
* Copyright © 2019 VMware, Inc. All Rights Reserved.
* SPDX-License-Identifier: BSD-2-Clause
*/
package com.vmware.connectors.concur.exception;
public class InvalidServiceAccountCredentialException extends RuntimeException {
public InvalidServiceAccountCredentialException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy