public class ArticleException extends BaseException implements Serializable
| Constructor and Description |
|---|
ArticleException(Integer code) |
ArticleException(Integer code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends BaseException> |
buildException(Integer code) |
static <T extends BaseException> |
buildException(Integer code,
String message) |
call, call, getCode, setCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArticleException(Integer code)
public static <T extends BaseException> T buildException(Integer code)
public static <T extends BaseException> T buildException(Integer code, String message)
Copyright © 2021 Clouds Studio. All rights reserved.