pcuserveur.lib
Class CanalInexistantException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pcuserveur.lib.CanalInexistantException
All Implemented Interfaces:
Serializable

public class CanalInexistantException
extends Exception

Version:
1.0 Exception levé lorsqu'un utilisateur essai de manipuler un canal qui n'existe pas.
Author:
PLU Julien
See Also:
GestionnaireConnexion, Serveur, Exception, Serialized Form

Constructor Summary
CanalInexistantException()
           Contructeur par défaut.
CanalInexistantException(String message)
           Construire l'exception avec le message spécifié.
 
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

CanalInexistantException

public CanalInexistantException()

Contructeur par défaut.


CanalInexistantException

public CanalInexistantException(String message)

Construire l'exception avec le message spécifié.

Parameters:
message - Description.


Copyright © 2010 PCU. All Rights Reserved.