public class JadeDaoException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
JadeDaoException() |
|
JadeDaoException(Exception e) |
|
JadeDaoException(String msgKey) |
|
JadeDaoException(String msgKey,
Exception e) |
|
JadeDaoException(String msgKey,
String[] params) |
|
JadeDaoException(String msgKey,
String[] params,
Exception e) |
|
JadeDaoException(String msgKey,
String[] params,
String desc,
Exception e) |
|
JadeDaoException(String msgKey,
String desc,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc() |
String |
getMsgKey() |
Exception |
getSource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019. All rights reserved.