Package | Description |
---|---|
org.alfresco.mobile.android.api.exceptions |
Provides all Alfresco Mobile SDK specific exceptions.
|
org.alfresco.mobile.android.api.exceptions.impl |
Provides implementation of all Alfresco Mobile SDK specific exceptions.
|
Modifier and Type | Method and Description |
---|---|
AlfrescoErrorContent |
AlfrescoException.getAlfrescoErrorContent()
Gets the alfresco error content associated to the exception.
|
Constructor and Description |
---|
AlfrescoException(int errorCode,
AlfrescoErrorContent errorContent)
Instantiates a new alfresco exception.
|
AlfrescoServiceException(int errorCode,
AlfrescoErrorContent content)
Instantiates a new alfresco service exception.
|
AlfrescoSessionException(int errorCode,
AlfrescoErrorContent content)
Instantiates a new alfresco session exception.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudErrorContent
Cloud Implementation of
AlfrescoErrorContent . |
class |
OAuthErrorContent
The Class OAuthErrorContent is the OAuth implementation of
AlfrescoErrorContent . |
class |
OnPremiseErrorContent
OnPremiseErrorContent is the OnPremise implementation of
AlfrescoErrorContent . |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.