public class ReentrantLockException extends RuntimeException
可重入锁异常
| 限定符 | 构造器和说明 |
|---|---|
|
ReentrantLockException() |
|
ReentrantLockException(String message) |
|
ReentrantLockException(String message,
Throwable cause) |
protected |
ReentrantLockException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ReentrantLockException(Throwable cause) |
Copyright © 2020–2021. All rights reserved.