jdsl.map.api
Class NoUniqueResultException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.graph.api.GraphException
                          |
                          +--jdsl.map.api.NoUniqueResultException
All Implemented Interfaces:
java.io.Serializable

public class NoUniqueResultException
extends GraphException

Version:
$Id: NoUniqueResultException.java,v 1.1 1999/06/21 22:35:23 lv Exp $
Author:
Luca Vismara (lv)
See Also:
Serialized Form

Constructor Summary
NoUniqueResultException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoUniqueResultException

public NoUniqueResultException(java.lang.String message)