org.andromda.core.server
Class ClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.server.ClientException
All Implemented Interfaces:
java.io.Serializable

public class ClientException
extends java.lang.RuntimeException

This exception is thrown when a special situation is encountered within an DefaultClient instance.

Author:
Chad Brandon
See Also:
Serialized Form

Constructor Summary
ClientException()
          Constructor for ClientClientException.
ClientException(java.lang.String message)
          Constructor for ClientClientException.
ClientException(java.lang.String message, java.lang.Throwable parent)
          Constructor for ClientClientException.
ClientException(java.lang.Throwable parent)
          Constructor for ClientClientException.
 
Method Summary
 
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

ClientException

public ClientException()
Constructor for ClientClientException.


ClientException

public ClientException(java.lang.String message)
Constructor for ClientClientException.

Parameters:
message -

ClientException

public ClientException(java.lang.String message,
                       java.lang.Throwable parent)
Constructor for ClientClientException.

Parameters:
message -
parent -

ClientException

public ClientException(java.lang.Throwable parent)
Constructor for ClientClientException.

Parameters:
parent -


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.