
public class GlueDaoException extends GlueException
| Constructor and Description |
|---|
GlueDaoException(String msg)
»ý¼ºÀÚ(constructor).
|
GlueDaoException(String msg,
Throwable cause)
»ý¼ºÀÚ(constructor).
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Database Error Code¸¦ ¾ò´Â´Ù.
|
String |
getSql()
SQL Query Statement¸¦ ¾ò´Â´Ù.
|
void |
setErrorCode(int errorCode)
Database Error Code¸¦ ¼³Á¤ÇÑ´Ù.
|
void |
setSql(String sql)
SQL Query Statement¸¦ ¼³Á¤ÇÑ´Ù.
|
getRootCause, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic GlueDaoException(String msg)
msg - public int getErrorCode()
public void setErrorCode(int errorCode)
errorCode - Error Codepublic String getSql()
public void setSql(String sql)
sql - SQL Query StatementCopyright © 2013–2016 POSCO ICT. All rights reserved.