cad.simcad.objectserver.spec.cac.network
Class ConnectionDataException

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

public class ConnectionDataException
extends java.lang.Exception

Exception used for connection errors due to insufficient connection information

Author:
Charles-Philip Bentley
See Also:
Serialized Form

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

ConnectionDataException

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


ConnectionDataException

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

Parameters:
msg - the detail message.

Logo

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