|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--net.walend.jdbc.ResultSetWrongSizeException
An SQLException that wraps another Throwable.
| Field Summary | |
private int |
size
|
| Fields inherited from class java.sql.SQLException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
ResultSetWrongSizeException()
Only use this constructor for Serialization. |
|
ResultSetWrongSizeException(int size,
java.lang.String message)
|
|
| Method Summary | |
java.lang.String |
getMessage()
|
int |
getSize()
|
| Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private int size
| Constructor Detail |
public ResultSetWrongSizeException()
public ResultSetWrongSizeException(int size,
java.lang.String message)
| Method Detail |
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic int getSize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||