public class NotLockedException
extends java.io.IOException
Thrown when an unlock request is received that has not active lock on a file.
Constructor and Description |
---|
NotLockedException()
Class constructor.
|
NotLockedException(java.lang.String s)
Class constructor.
|
NotLockedException(java.lang.String s,
java.lang.Throwable ex)
Class constructor.
|
public NotLockedException()
public NotLockedException(java.lang.String s)
s
- Stringpublic NotLockedException(java.lang.String s, java.lang.Throwable ex)
s
- Stringex
- ThrowableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.