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:
Serializable

public class ClientException
extends 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(String message)
          Constructor for ClientClientException.
ClientException(String message, Throwable parent)
          Constructor for ClientClientException.
ClientException(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(String message)
Constructor for ClientClientException.

Parameters:
message - the exception message

ClientException

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

Parameters:
message - the exception message
parent - the parent throwable

ClientException

public ClientException(Throwable parent)
Constructor for ClientClientException.

Parameters:
parent - the parent throwable


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