public class BaseException extends Exception
| Constructor and Description |
|---|
BaseException() |
BaseException(String message) |
BaseException(String code,
String message) |
BaseException(String code,
String message,
Throwable cause) |
BaseException(String code,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
void |
setCode(String code) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BaseException()
public BaseException(String message)
Copyright © 2023. All rights reserved.