net.sf.borg9.persistence.access
Class TooManyResultsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.borg9.persistence.access.DataAccessException
              extended by net.sf.borg9.persistence.access.TooManyResultsException
All Implemented Interfaces:
java.io.Serializable

public class TooManyResultsException
extends DataAccessException

See Also:
Serialized Form

Constructor Summary
TooManyResultsException(int aMax, int aFound)
          first parameter is the max rows, second is the number of rows found.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyResultsException

public TooManyResultsException(int aMax,
                               int aFound)
first parameter is the max rows, second is the number of rows found.