Package org.awaitility.core
Class DeadlockException
java.lang.Object
java.lang.Throwable
org.awaitility.core.DeadlockException
- All Implemented Interfaces:
Serializable
A
Throwable used as a cause if deadlocked threads are detected by Awaitility.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
threadInfos
-
-
Constructor Details
-
DeadlockException
public DeadlockException(long[] threads)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getThreadInfos
-