Package lumis.content.table
Class ContentLockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.doui.DouiException
-
- lumis.content.ContentException
-
- lumis.content.table.ContentLockedException
-
- All Implemented Interfaces:
Serializable
@StableMinor(version="14.0", sinceVersion="10.4") public class ContentLockedException extends ContentException
Exception thrown when an operation could not be executed due to the lock state on a content.- Since:
- 10.4.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
- See Also:
ContentLocale.getLockType()
, Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description ContentLockedException()
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-