fr.paris5.shaman.insight.integrity
Class InvalidIdException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fr.paris5.shaman.insight.integrity.IntegrityException
                    |
                    +--fr.paris5.shaman.insight.integrity.InvalidIdException
All Implemented Interfaces:
java.io.Serializable

public class InvalidIdException
extends IntegrityException

Thrown when the requested Id did not exist.

Version:
$Id: InvalidIdException.java,v 1.5 2002/07/25 13:18:08 caillette Exp $
Author:
Laurent Caillette
See Also:
Serialized Form

Constructor Summary
InvalidIdException(java.lang.String entityName, long id)
           
 
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

InvalidIdException

public InvalidIdException(java.lang.String entityName,
                          long id)


Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.