public class CmisNotSupportedException extends CmisBaseException
Cause: The service method invoked requires an optional capability not supported by the repository.
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_NAME |
Constructor and Description |
---|
CmisNotSupportedException() |
CmisNotSupportedException(String message) |
CmisNotSupportedException(String message,
BigInteger code) |
CmisNotSupportedException(String message,
BigInteger code,
String errorContent) |
CmisNotSupportedException(String message,
BigInteger code,
Throwable cause) |
CmisNotSupportedException(String message,
String errorContent) |
CmisNotSupportedException(String message,
String errorContent,
Throwable cause) |
CmisNotSupportedException(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 CmisNotSupportedException()
public CmisNotSupportedException(String message, BigInteger code, Throwable cause)
public CmisNotSupportedException(String message, BigInteger code)
public CmisNotSupportedException(String message, BigInteger code, String errorContent)
public CmisNotSupportedException(String message, String errorContent, Throwable cause)
public CmisNotSupportedException(String message)
public final String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.