public class CmisObjectNotFoundException extends CmisBaseException
Cause: The service call has specified an object, an object-type or a repository that does not exist.
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_NAME |
Constructor and Description |
---|
CmisObjectNotFoundException() |
CmisObjectNotFoundException(String message) |
CmisObjectNotFoundException(String message,
BigInteger code) |
CmisObjectNotFoundException(String message,
BigInteger code,
String errorContent) |
CmisObjectNotFoundException(String message,
BigInteger code,
Throwable cause) |
CmisObjectNotFoundException(String message,
String errorContent) |
CmisObjectNotFoundException(String message,
String errorContent,
Throwable cause) |
CmisObjectNotFoundException(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 CmisObjectNotFoundException()
public CmisObjectNotFoundException(String message, BigInteger code, Throwable cause)
public CmisObjectNotFoundException(String message, BigInteger code)
public CmisObjectNotFoundException(String message, BigInteger code, String errorContent)
public CmisObjectNotFoundException(String message, String errorContent, Throwable cause)
public CmisObjectNotFoundException(String message)
public final String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.