Package com.wavemaker.runtime.ws
Class WebServiceInvocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.wavemaker.commons.WMRuntimeException
-
- com.wavemaker.runtime.ws.WebServiceInvocationException
-
- All Implemented Interfaces:
com.wavemaker.commons.WMCommonException,java.io.Serializable
public class WebServiceInvocationException extends com.wavemaker.commons.WMRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebServiceInvocationException(com.wavemaker.commons.MessageResource resource)WebServiceInvocationException(java.lang.String message, java.lang.Throwable cause)WebServiceInvocationException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.wavemaker.commons.WMRuntimeException
getMessage, getMessageResourceHolder
-
-
-
-
Constructor Detail
-
WebServiceInvocationException
public WebServiceInvocationException(com.wavemaker.commons.MessageResource resource)
-
WebServiceInvocationException
public WebServiceInvocationException(java.lang.Throwable cause)
-
WebServiceInvocationException
public WebServiceInvocationException(java.lang.String message, java.lang.Throwable cause)
-
-