public class TopiaQueryException extends TopiaException
getHql() and getHqlParameters() but it's considered dangerous since parameters can contain sensible
data (such as passwords) that should not be printed anywhere.| Modifier and Type | Field and Description |
|---|---|
protected String |
hql |
protected Map<String,Object> |
hqlParameters |
| Constructor and Description |
|---|
TopiaQueryException(String hql,
Map<String,Object> hqlParameters) |
TopiaQueryException(String message,
String hql,
Map<String,Object> hqlParameters) |
TopiaQueryException(String message,
Throwable cause,
String hql,
Map<String,Object> hqlParameters) |
TopiaQueryException(Throwable cause,
String hql,
Map<String,Object> hqlParameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHql() |
Map<String,Object> |
getHqlParameters() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2004–2020 Code Lutin. All rights reserved.