Package org.mule.soap.api.client
Class EmptyResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.soap.api.client.BadResponseException
org.mule.soap.api.client.EmptyResponseException
- All Implemented Interfaces:
Serializable
RuntimeException implementation that aims to be thrown when an error occur while parsing or processing a SOAP response
that does not contain the mandatory fields.- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmptyResponseException(String message) EmptyResponseException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyResponseException
-
EmptyResponseException
-
EmptyResponseException
-