public class AVErrorUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CIRCLE_REFERENCE |
static int |
MISSING_OBJECTID |
| Constructor and Description |
|---|
AVErrorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static AVException |
createException(int code,
String content) |
static AVException |
createException(String content) |
static AVException |
createException(Throwable t,
String content) |
static AVException[] |
createExceptions(String content) |
static AVException |
fileDownloadInConsistentFailureException() |
static AVException |
invalidObjectIdException() |
static AVException |
invalidQueryException() |
static AVException |
sessionMissingException() |
public static final int CIRCLE_REFERENCE
public static final int MISSING_OBJECTID
public static AVException createException(String content)
public static AVException createException(Throwable t, String content)
public static AVException[] createExceptions(String content)
public static AVException createException(int code, String content)
public static AVException invalidObjectIdException()
public static AVException invalidQueryException()
public static AVException sessionMissingException()
public static AVException fileDownloadInConsistentFailureException()
Copyright © 2017. All rights reserved.