public class CommonsException extends BaseException implements Serializable
| Constructor and Description |
|---|
CommonsException(Integer code) |
CommonsException(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 CommonsException(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.