public class RepositoryLockedException extends RepositoryException
Constructor and Description |
---|
RepositoryLockedException(String lockedBy,
String requestedBy,
String msg,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
String |
getLockedBy()
Returns the name representing the Java virtual machine that acquired the lock.
|
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 String getLockedBy()
public String getRequestedBy()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.