Class InvalidIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by InvalidIdException
All Implemented Interfaces:
java.io.Serializable

public class InvalidIdException
extends java.lang.Exception

Exception qui est levée quand on demande à récupérer une personne à partir d'un identifiant incorrect (c'est-à-dire quand aucune personne ne possède cet identifiant).

See Also:
Serialized Form

Constructor Summary
InvalidIdException(java.lang.String message)
          Crèe une nouvelle exception
 
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

InvalidIdException

public InvalidIdException(java.lang.String message)
Crèe une nouvelle exception

Parameters:
message - le message décrivant l'erreur