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

global.namespace.fun.io.delta.MissingArchiveEntryException Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
/*
 * Copyright (C) 2013-2018 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */
package global.namespace.fun.io.delta;

import java.io.IOException;

/**
 * Indicates that an archive entry is missing.
 *
 * @author Christian Schlichtherle
 */
public class MissingArchiveEntryException extends IOException {

    private static final long serialVersionUID = 0L;

    MissingArchiveEntryException(String message) { super(message); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy