org.xcmis.spi
Class VersioningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xcmis.spi.CmisException
org.xcmis.spi.VersioningException
- All Implemented Interfaces:
- Serializable
public final class VersioningException
- extends CmisException
If performing an update operation on a Document that can't be updated,
deleted because of its position in version series (not current version) or
other versioning conflict.
- Version:
- $Id: VersioningException.java 2 2010-02-04 17:21:49Z andrew00x $
- Author:
- Andrey Parfonov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VersioningException
public VersioningException()
- Construct instance VersioningException without message.
VersioningException
public VersioningException(String message)
- Construct instance VersioningException with message.
- Parameters:
message - the detail message about exception- See Also:
Throwable.getMessage()
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.