public class ErrorUtils extends Object
| 构造器和说明 |
|---|
ErrorUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AVException |
illegalArgument(String message) |
static AVException |
invalidObjectIdException() |
static AVException |
invalidStateException() |
static AVException |
invalidStateException(String message) |
static AVException |
propagateException(int code,
String content) |
static AVException |
propagateException(String content) |
static AVException |
propagateException(Throwable throwable) |
static AVException |
sessionMissingException() |
public static AVException propagateException(String content)
public static AVException propagateException(Throwable throwable)
public static AVException propagateException(int code, String content)
public static AVException sessionMissingException()
public static AVException illegalArgument(String message)
public static AVException invalidObjectIdException()
public static AVException invalidStateException()
public static AVException invalidStateException(String message)
Copyright © 2019. All rights reserved.