| Package | Description |
|---|---|
| com.atlassian.ondemand.backupmanager | |
| com.atlassian.ondemand.backupmanager.backuppolicy |
| Modifier and Type | Method and Description |
|---|---|
SiteExportErrorCode |
SiteExportFailureResponse.getErrorCode() |
| Constructor and Description |
|---|
SiteExportFailureResponse(SiteExportErrorCode errorCode) |
SiteExportFailureResponse(SiteExportErrorCode errorCode,
Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
SiteExportErrorCode |
SiteExportManagerException.getCode()
Gets the code.
|
static SiteExportErrorCode |
SiteExportErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteExportErrorCode[] |
SiteExportErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SiteExportManagerException(SiteExportErrorCode code)
The Constructor.
|
SiteExportManagerException(String message,
SiteExportErrorCode code)
The Constructor.
|
SiteExportManagerException(String message,
Throwable cause,
SiteExportErrorCode code)
The Constructor.
|
SiteExportManagerException(Throwable cause,
SiteExportErrorCode code)
The Constructor.
|
Copyright © 2003–2017 Atlassian. All rights reserved.