public abstract class CMISServiceException extends Exception
| Constructor and Description |
|---|
CMISServiceException(String message,
String faultName,
int statusCode)
Instantiates a new CMIS Service exception.
|
CMISServiceException(String message,
Throwable cause,
String faultName,
int errorCode)
Instantiates a new CMIS Service exception.
|
CMISServiceException(Throwable cause,
String faultName,
int errorCode)
Instantiates a new CMIS Service exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFaultName()
Gets the fault name.
|
int |
getStatusCode()
Gets the status code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CMISServiceException(String message, 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(Throwable cause, 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(String message, Throwable cause, 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 bindingpublic String getFaultName()
public int getStatusCode()
Copyright © 2005–2014 Alfresco Software. All rights reserved.