public class LockException extends RuntimeException
| 构造器和说明 |
|---|
LockException() |
LockException(String message) |
LockException(String message,
Throwable cause) |
LockException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
LockException(Throwable cause) |
Copyright © 2024. All rights reserved.