Package lumis.content.table
Class ContentVersionInUseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.content.table.ContentVersionInUseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContentVersionInUseException extends PortalException
Exception thrown by operations that may not be executed in active or publishedversions
when executed in such versions.- Since:
- 17.0.0
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description ContentVersionInUseException(java.lang.String msg, IResource resource)
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
-
-
-
Constructor Detail
-
ContentVersionInUseException
public ContentVersionInUseException(java.lang.String msg, IResource resource)
-
-