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

com.sap.cloud.security.ams.dcl.archivetools.ArchiveLimitExceededException Maven / Gradle / Ivy

The newest version!
/************************************************************************
 * © 2019-2024 SAP SE or an SAP affiliate company. All rights reserved. *
 ************************************************************************/
package com.sap.cloud.security.ams.dcl.archivetools;

import java.io.IOException;

public class ArchiveLimitExceededException extends IOException {
    private static final long serialVersionUID = 1L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy