cdev.dir
Class TooManyValuesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cdev.dir.DataNotFoundException
                    |
                    +--cdev.dir.TooManyValuesException

public class TooManyValuesException
extends DataNotFoundException

Multiple values are returned when only one was expected. To correct this you must probably remove duplicate entries from the database but it should be impossible to enter duplicate entries in the database in the first place.

See Also:
Serialized Form

Constructor Summary
TooManyValuesException()
           
TooManyValuesException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyValuesException

public TooManyValuesException()

TooManyValuesException

public TooManyValuesException(java.lang.String message)