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

net.java.truecommons.io.ClosedOutputException Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
/*
 * Copyright (C) 2005-2012 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */
package net.java.truecommons.io;

import javax.annotation.concurrent.ThreadSafe;

/**
 * Indicates that an output resource (stream, channel etc.) has been closed.
 *
 * @see    ClosedInputException
 * @author Christian Schlichtherle
 */
@ThreadSafe
public class ClosedOutputException extends ClosedStreamException {
    private static final long serialVersionUID = 4563928734723923649L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy