public class NotLockedException extends IOException
Thrown when an unlock request is received that has not active lock on a file.
Constructor and Description |
---|
NotLockedException()
Class constructor.
|
NotLockedException(String s)
Class constructor.
|
NotLockedException(String s,
Throwable ex)
Class constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotLockedException()
public NotLockedException(String s)
s
- StringCopyright © 2005–2018 Alfresco Software. All rights reserved.