public final class ExceptionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
containsInterruptedException(Throwable t) |
static boolean |
isInterrupted(Throwable t) |
public static boolean containsInterruptedException(Throwable t)
t
- a throwable to checkpublic static boolean isInterrupted(Throwable t)
t
- a throwable to checkCopyright © 2023. All Rights Reserved.