public class SnapshotException extends RuntimeException
SnapshotService,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
errorContext |
static String |
INVALID_DATA |
| Constructor and Description |
|---|
SnapshotException(String message) |
SnapshotException(String message,
Exception e) |
SnapshotException(String aErrorCode,
String message) |
SnapshotException(String aErrorCode,
String message,
Exception e) |
SnapshotException(String aErrorContext,
String aErrorCode,
String message) |
SnapshotException(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, toStringpublic static final String INVALID_DATA
protected String errorCode
protected String errorContext
public SnapshotException(String message)
Copyright © 2006–2019 Imixs Software Solutions GmbH. All rights reserved.