public class DeadlockException extends Throwable
Throwable used as a cause if deadlocked threads are detected by Awaitility.| Constructor and Description |
|---|
DeadlockException(long[] threads) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
ThreadInfo[] |
getThreadInfos() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class Throwablepublic ThreadInfo[] getThreadInfos()
Copyright © 2010–2022. All rights reserved.