| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.dto |
Data transfer objects (DTOs) used for the communication between client and server via REST.
|
| co.codewizards.cloudstore.core.repo.sync |
Synchronisation between two repositories.
|
| co.codewizards.cloudstore.core.sync | |
| co.codewizards.cloudstore.ls.core.dto | |
| co.codewizards.cloudstore.ls.rest.client.request | |
| co.codewizards.cloudstore.rest.client.request |
REST requests - the client's API for all REST-based client-server-communication.
|
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.getCause() |
Error |
RemoteException.getError() |
| Modifier and Type | Method and Description |
|---|---|
void |
Error.setCause(Error cause) |
static void |
RemoteExceptionUtil.throwOriginalExceptionIfPossible(Error error) |
| Constructor and Description |
|---|
RemoteException(Error error) |
RemoteException(Error error,
boolean suppressCause) |
| Constructor and Description |
|---|
RepoSyncState(UUID localRepositoryId,
UUID serverRepositoryId,
File localRoot,
URL url,
Severity severity,
String message,
Error error,
Date syncStarted,
Date syncFinished) |
| Modifier and Type | Method and Description |
|---|---|
Error |
SyncState.getError() |
| Constructor and Description |
|---|
SyncState(URL url,
Severity severity,
String message,
Error error,
Date syncStarted,
Date syncFinished) |
| Modifier and Type | Method and Description |
|---|---|
Error |
ErrorResponse.getError() |
| Constructor and Description |
|---|
ErrorResponse(Uid requestId,
Error error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRequest.throwOriginalExceptionIfPossible(Error error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRequest.throwOriginalExceptionIfPossible(Error error) |
Copyright © 2013–2019. All rights reserved.