public class LostLockException extends Exception
| Constructor and Description |
|---|
LostLockException(List<LostLockException> lostLockExceptions) |
LostLockException(LockedResource lock,
String message) |
LostLockException(LockedResource lock,
String message,
Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
List<LockedResource> |
lostLocks() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LostLockException(LockedResource lock, String message)
public LostLockException(LockedResource lock, String message, Exception cause)
public LostLockException(List<LostLockException> lostLockExceptions)
public List<LockedResource> lostLocks()
Copyright © 2017. All rights reserved.