public abstract class CMISServiceException
extends java.lang.Exception
| Constructor and Description |
|---|
CMISServiceException(java.lang.String message,
java.lang.String faultName,
int statusCode)
Instantiates a new CMIS Service exception.
|
CMISServiceException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String faultName,
int errorCode)
Instantiates a new CMIS Service exception.
|
CMISServiceException(java.lang.Throwable cause,
java.lang.String faultName,
int errorCode)
Instantiates a new CMIS Service exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFaultName()
Gets the fault name.
|
int |
getStatusCode()
Gets the status code.
|
public CMISServiceException(java.lang.String message,
java.lang.String faultName,
int statusCode)
message - the messagefaultName - the fault name, as per the CMIS specstatusCode - the status code, as per the CMIS REST bindingpublic CMISServiceException(java.lang.Throwable cause,
java.lang.String faultName,
int errorCode)
cause - the causefaultName - the fault name, as per the CMIS specstatusCode - the status code, as per the CMIS REST bindingpublic CMISServiceException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String faultName,
int errorCode)
message - the messagecause - the causefaultName - the fault name, as per the CMIS specstatusCode - the status code, as per the CMIS REST bindingCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.