public class LockConflictException extends IOException
Thrown when a lock request overlaps with an existing lock on a file.
Constructor and Description |
---|
LockConflictException()
Class constructor.
|
LockConflictException(String s)
Class constructor.
|
LockConflictException(String s,
Throwable ex)
Class constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LockConflictException()
public LockConflictException(String s)
s
- StringCopyright © 2005–2017 Alfresco Software. All rights reserved.