Modifier and Type | Method and Description |
---|---|
protected CmisBaseException |
AbstractAtomPubService.convertStatusCode(int code,
String message,
String errorContent,
Throwable t)
Converts a HTTP status code into an Exception.
|
Modifier and Type | Method and Description |
---|---|
protected CmisBaseException |
AbstractBrowserBindingService.convertStatusCode(int code,
String message,
String errorContent,
Throwable t)
Converts an error message or a HTTP status code into an Exception.
|
Modifier and Type | Method and Description |
---|---|
protected CmisBaseException |
AbstractWebServicesService.convertException(CmisException ex)
Converts a Web Services Exception into a CMIS Client exception.
|
Modifier and Type | Class and Description |
---|---|
class |
CmisConnectionException
CMIS Connection Exception.
|
class |
CmisConstraintException
CMIS Constraint Exception.
|
class |
CmisContentAlreadyExistsException
CMIS ContentAlreadyExists Exception.
|
class |
CmisFilterNotValidException
CMIS FilterNotValid Exception.
|
class |
CmisInvalidArgumentException
CMIS InvalidArgument Exception.
|
class |
CmisNameConstraintViolationException
CMIS NameConstraintViolation Exception.
|
class |
CmisNotSupportedException
CMIS NotSupported Exception.
|
class |
CmisObjectNotFoundException
CMIS ObjectNotFound Exception.
|
class |
CmisPermissionDeniedException
CMIS PermissionDenied Exception.
|
class |
CmisProxyAuthenticationException
Proxy authentication exception.
|
class |
CmisRuntimeException
CMIS Runtime Exception.
|
class |
CmisStorageException
CMIS Storage Exception.
|
class |
CmisStreamNotSupportedException
CMIS StreamNotSupported Exception.
|
class |
CmisUnauthorizedException
Unauthorized exception.
|
class |
CmisUpdateConflictException
CMIS UpdateConflict Exception.
|
class |
CmisVersioningException
CMIS Versioning Exception.
|
Modifier and Type | Method and Description |
---|---|
protected int |
CmisAtomPubServlet.getErrorCode(CmisBaseException ex)
Translates an exception in an appropriate HTTP error code.
|
Modifier and Type | Method and Description |
---|---|
protected int |
CmisBrowserBindingServlet.getErrorCode(CmisBaseException ex)
Translates an exception in an appropriate HTTP error code.
|
Modifier and Type | Method and Description |
---|---|
protected CmisBaseException |
ConformanceCmisServiceWrapper.createCmisException(Exception e)
Converts the given exception into a CMIS exception.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.