public class CmisStorageException extends CmisBaseException
Intent: The repository is not able to store the object that the user is creating/updating due to an internal storage problem.
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_NAME |
Constructor and Description |
---|
CmisStorageException()
Default constructor.
|
CmisStorageException(String message)
Constructor.
|
CmisStorageException(String message,
BigInteger code)
Constructor.
|
CmisStorageException(String message,
BigInteger code,
String errorContent)
Constructor.
|
CmisStorageException(String message,
BigInteger code,
String errorContent,
Map<String,String> additionalData)
Constructor.
|
CmisStorageException(String message,
BigInteger code,
Throwable cause)
Constructor.
|
CmisStorageException(String message,
String errorContent)
Constructor.
|
CmisStorageException(String message,
String errorContent,
Map<String,String> additionalData,
Throwable cause)
Constructor.
|
CmisStorageException(String message,
String errorContent,
Throwable cause)
Constructor.
|
CmisStorageException(String message,
Throwable cause)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getExceptionName()
Returns the name of the exception as defined in the CMIS specification.
|
getAdditionalData, getAdditionalData, getCode, getErrorContent, setAdditionalData
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String EXCEPTION_NAME
public CmisStorageException()
public CmisStorageException(String message, BigInteger code, Throwable cause)
message
- error messagecode
- error codecause
- the causepublic CmisStorageException(String message, String errorContent)
message
- error messageerrorContent
- error page contentpublic CmisStorageException(String message, BigInteger code)
message
- error messagecode
- error codepublic CmisStorageException(String message, BigInteger code, String errorContent)
message
- error messagecode
- error codeerrorContent
- error page contentpublic CmisStorageException(String message, BigInteger code, String errorContent, Map<String,String> additionalData)
message
- error messagecode
- error codeerrorContent
- error page contentadditionalData
- additional datapublic CmisStorageException(String message, String errorContent, Map<String,String> additionalData, Throwable cause)
message
- error messageerrorContent
- error page contentadditionalData
- additional datacause
- the causepublic CmisStorageException(String message, String errorContent, Throwable cause)
message
- error messageerrorContent
- error page contentcause
- the causepublic CmisStorageException(String message, Throwable cause)
message
- error messagecause
- the causepublic CmisStorageException(String message)
message
- error messagepublic final String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.