public class SailLockedException extends SailException
Constructor and Description |
---|
SailLockedException(String requestedBy) |
SailLockedException(String lockedBy,
String requestedBy) |
SailLockedException(String lockedBy,
String requestedBy,
LockManager manager) |
Modifier and Type | Method and Description |
---|---|
String |
getLockedBy()
Returns the name representing the Java virtual machine that acquired the lock.
|
LockManager |
getLockManager() |
String |
getRequestedBy()
Returns the name representing the Java virtual machine that requested the lock.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SailLockedException(String requestedBy)
public SailLockedException(String lockedBy, String requestedBy, LockManager manager)
public String getLockedBy()
public String getRequestedBy()
public LockManager getLockManager()
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.