net.walend.jdbc
Class ResultSetWrongSizeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--net.walend.jdbc.ResultSetWrongSizeException
All Implemented Interfaces:
java.io.Serializable

public class ResultSetWrongSizeException
extends java.sql.SQLException
implements java.io.Serializable

An SQLException that wraps another Throwable.

Since:
20001226
Author:
David Walend

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

size

private int size
Constructor Detail

ResultSetWrongSizeException

public ResultSetWrongSizeException()
Only use this constructor for Serialization.


ResultSetWrongSizeException

public ResultSetWrongSizeException(int size,
                                   java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getSize

public int getSize()


Copyright (c) 2000, 2001, David Walend