cad.simcad.objectserver.spec.cac.client
Class CAClientException

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

public class CAClientException
extends java.lang.Exception

Author:
cbentley
See Also:
Serialized Form

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

CAClientException

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


CAClientException

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

Parameters:
msg - the detail message.

Logo

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