mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-06 16:17:31 +00:00
same InterruptedIOException in all cases
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
package org.cryptomator.common;
|
||||
|
||||
public class UncheckedInterruptedException extends RuntimeException {
|
||||
|
||||
public UncheckedInterruptedException(InterruptedException e) {
|
||||
super(e);
|
||||
}
|
||||
|
||||
@Override
|
||||
public InterruptedException getCause() {
|
||||
return (InterruptedException) super.getCause();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user