traffic
Class EnvoiImpossibleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--traffic.EnvoiImpossibleException
All Implemented Interfaces:
java.io.Serializable

public class EnvoiImpossibleException
extends java.lang.RuntimeException

Exception levée lorsque l'utilisateur tente d'envoyer un message par l'appel de méthodes de la classe SocketEcriture alors que le contexte ne le permet pas.

See Also:
Serialized Form

Constructor Summary
EnvoiImpossibleException(java.lang.String msg)
          Exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvoiImpossibleException

public EnvoiImpossibleException(java.lang.String msg)
Exception.