
com.vmware.connectors.concur.exception.AttachmentURLNotFoundException 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 AttachmentURLNotFoundException extends RuntimeException {
public AttachmentURLNotFoundException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy