public class CmsUnlockException
extends java.lang.Exception
 Getting a such exception usually means that locks
 in the .ofp model and the working copy are not synchronized. 
 In this case the caller should run or advice the user to run a lock synchronization.
 
The exception has the result of the unlock operation.
| Constructor and Description | 
|---|
CmsUnlockException(ICmsUnlockResult unlockResult)
Creates an instance from an unlock result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getMessage()  | 
ICmsUnlockResult | 
getUnlockResult()
Get the unlock result. 
 | 
public CmsUnlockException(ICmsUnlockResult unlockResult)
unlockResult - an unlock result.public ICmsUnlockResult getUnlockResult()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable