public class RRException extends RuntimeException
Constructor and Description |
---|
RRException(String msg) |
RRException(String msg,
int code) |
RRException(String msg,
int code,
Throwable e) |
RRException(String msg,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getMsg() |
void |
setCode(int code) |
void |
setMsg(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2021. All rights reserved.