org.apache.chemistry.opencmis.commons.exceptions
Class CmisUpdateConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
- All Implemented Interfaces:
- Serializable
public class CmisUpdateConflictException
- extends CmisBaseException
CMIS UpdateConflict Exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CmisUpdateConflictException
public CmisUpdateConflictException()
CmisUpdateConflictException
public CmisUpdateConflictException(String message,
BigInteger code,
Throwable cause)
CmisUpdateConflictException
public CmisUpdateConflictException(String message,
String errorContent)
CmisUpdateConflictException
public CmisUpdateConflictException(String message,
BigInteger code)
CmisUpdateConflictException
public CmisUpdateConflictException(String message,
String errorContent,
Throwable cause)
CmisUpdateConflictException
public CmisUpdateConflictException(String message,
Throwable cause)
CmisUpdateConflictException
public CmisUpdateConflictException(String message)
Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.