|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.andromda.cartridges.support.webservice.client.WebServiceClientException
public class WebServiceClientException
An exception thrown during an unexpected error during the WebServiceClient
execution.
| 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 |
|---|
public WebServiceClientException(Throwable parent)
parent - public WebServiceClientException(String message)
message -
public WebServiceClientException(String message,
Throwable parent)
message - parent -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||