public class CmisVersioningException extends CmisBaseException
Intent: The operation is attempting to perform an action on a non-current version of a document that cannot be performed on a non-current version.
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_NAME |
Constructor and Description |
---|
CmisVersioningException() |
CmisVersioningException(String message) |
CmisVersioningException(String message,
BigInteger code) |
CmisVersioningException(String message,
BigInteger code,
String errorContent) |
CmisVersioningException(String message,
BigInteger code,
Throwable cause) |
CmisVersioningException(String message,
String errorContent) |
CmisVersioningException(String message,
String errorContent,
Throwable cause) |
CmisVersioningException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getExceptionName()
Returns the name of the exception as defined in the CMIS specification.
|
getCode, getErrorContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String EXCEPTION_NAME
public CmisVersioningException()
public CmisVersioningException(String message, BigInteger code, Throwable cause)
public CmisVersioningException(String message, BigInteger code)
public CmisVersioningException(String message, BigInteger code, String errorContent)
public CmisVersioningException(String message, String errorContent, Throwable cause)
public CmisVersioningException(String message)
public final String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.