List of usage examples for java.io InterruptedIOException subclass-usage
From source file org.jenkinsci.plugins.mber.LoggingOutputStream.java
class LoggingInterruptedException extends InterruptedIOException { public LoggingInterruptedException(final String message) { super(message); } }