public class RestException extends RuntimeException
| Constructor and Description |
|---|
RestException(int errorCode,
String errorMsg,
Object bodyMsg) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBodyMsg() |
int |
getErrorCode() |
String |
getErrorMsg() |
static RestException |
internalServerError500(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int getErrorCode()
public String getErrorMsg()
public Object getBodyMsg()
public static RestException internalServerError500(String msg)
Copyright © 2020 Software Atelier Kamber. All rights reserved.