org.andromda.cartridges.support.webservice.client
Class WebServiceClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.cartridges.support.webservice.client.WebServiceClientException
All Implemented Interfaces:
Serializable

public class WebServiceClientException
extends RuntimeException

An exception thrown during an unexpected error during the WebServiceClient execution.

Author:
Chad Brandon
See Also:
Serialized Form

Constructor Summary
WebServiceClientException(String message)
          Constructs an instance of WebServiceClientException.
WebServiceClientException(String message, Throwable parent)
          Constructs an instance of WebServiceClientException.
WebServiceClientException(Throwable parent)
          Constructs an instance of WebServiceClientException.
 
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

WebServiceClientException

public WebServiceClientException(Throwable parent)
Constructs an instance of WebServiceClientException.

Parameters:
parent -

WebServiceClientException

public WebServiceClientException(String message)
Constructs an instance of WebServiceClientException.

Parameters:
message -

WebServiceClientException

public WebServiceClientException(String message,
                                 Throwable parent)
Constructs an instance of WebServiceClientException.

Parameters:
message -
parent -


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