Package org.awaitility.core
Class DeadlockException
- java.lang.Object
-
- java.lang.Throwable
-
- org.awaitility.core.DeadlockException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeadlockException extends java.lang.ThrowableAThrowableused as a cause if deadlocked threads are detected by Awaitility.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.management.ThreadInfo[]threadInfos
-
Constructor Summary
Constructors Constructor Description DeadlockException(long[] threads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.management.ThreadInfo[]getThreadInfos()
-