pcuserveur.lib
Class CanalExistantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pcuserveur.lib.CanalExistantException
- All Implemented Interfaces:
- Serializable
public class CanalExistantException
- extends Exception
- Version:
- 1.0
Exception levé lorsqu'un administrateur créer un canal et
que le nom existe déjà.
- Author:
- PLU Julien
- See Also:
GestionnaireConnexion
,
Serveur
,
Exception
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CanalExistantException
public CanalExistantException()
Contructeur par défaut.
CanalExistantException
public CanalExistantException(String message)
Construire l'exception avec le message spécifié.
- Parameters:
message
- Description.
Copyright © 2010 PCU. All Rights Reserved.