@InterfaceAudience.Private public class ExceptionUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static InterruptedIOException |
asInterrupt(Throwable t) |
static boolean |
isInterrupt(Throwable t) |
static void |
rethrowIfInterrupt(Throwable t) |
public static boolean isInterrupt(Throwable t)
public static void rethrowIfInterrupt(Throwable t) throws InterruptedIOException
InterruptedIOException - if t was an interruption. Does nothing otherwise.public static InterruptedIOException asInterrupt(Throwable t)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.