public abstract class ExceptionUtil extends Object
| Constructor and Description |
|---|
ExceptionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CmisException |
createCmisException(CMISServiceException exception) |
static CmisException |
createCmisException(String message,
EnumServiceException exceptionType) |
static CmisException |
createCmisException(String message,
EnumServiceException exceptionType,
Throwable cause) |
static CmisException |
createCmisException(String message,
EnumServiceException exceptionType,
Throwable cause,
int errorCode) |
static CmisException |
createCmisException(String message,
Throwable cause) |
public static CmisException createCmisException(String message, EnumServiceException exceptionType)
public static CmisException createCmisException(String message, Throwable cause)
public static CmisException createCmisException(String message, EnumServiceException exceptionType, Throwable cause)
public static CmisException createCmisException(CMISServiceException exception)
public static CmisException createCmisException(String message, EnumServiceException exceptionType, Throwable cause, int errorCode)
Copyright © 2005–2014 Alfresco Software. All rights reserved.