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

at.borkowski.spicej.WouldBlockException Maven / Gradle / Ivy

package at.borkowski.spicej;

import java.io.InputStream;
import java.io.OutputStream;

/**
 * Thrown when an operation of an {@link InputStream} or {@link OutputStream}
 * that is in non-blocking mode would block.
 */
public class WouldBlockException extends RuntimeException {
   private static final long serialVersionUID = 4591580308060967901L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy