public class ArchiveException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
errorContext |
static String |
INVALID_DOCUMENT_OBJECT |
static String |
INVALID_KEYSPACE |
static String |
INVALID_WORKITEM |
static String |
MD5_ERROR |
static String |
MISSING_CONTACTPOINT |
static String |
SYNC_ERROR |
| Constructor and Description |
|---|
ArchiveException(String aErrorCode,
String message) |
ArchiveException(String aErrorCode,
String message,
Exception e) |
ArchiveException(String aErrorContext,
String aErrorCode,
String message) |
ArchiveException(String aErrorContext,
String aErrorCode,
String message,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorContext() |
void |
setErrorCode(String errorCode) |
void |
setErrorContext(String errorContext) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String errorContext
protected String errorCode
public static final String INVALID_DOCUMENT_OBJECT
public static final String INVALID_KEYSPACE
public static final String INVALID_WORKITEM
public static final String MD5_ERROR
public static final String MISSING_CONTACTPOINT
public static final String SYNC_ERROR
Copyright © 2016–2019 Imixs Software Solutions GmbH. All rights reserved.