cad.simcad.objectserver.spec.cac.server
Class ConnectionToObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cad.simcad.objectserver.spec.cac.server.ConnectionToObjectException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionToObjectException
extends java.lang.Exception

Exception for problems related to the connections with remote Emergency Vehicules

Author:
Charles-Philip Bentley
See Also:
Serialized Form

Constructor Summary
ConnectionToObjectException()
          Creates a new instance of ConnectionToObjectException without detail message.
ConnectionToObjectException(java.lang.String msg)
          Constructs an instance of ConnectionToObjectException with the specified detail message.
 
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

ConnectionToObjectException

public ConnectionToObjectException()
Creates a new instance of ConnectionToObjectException without detail message.


ConnectionToObjectException

public ConnectionToObjectException(java.lang.String msg)
Constructs an instance of ConnectionToObjectException with the specified detail message.

Parameters:
msg - the detail message.

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be