Class WebServiceMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
org.springframework.ws.WebServiceMessageException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AttachmentException, PoxMessageException, SoapMessageException
Base class for all web service message exceptions.
- Since:
 - 1.0.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructor forWebServiceMessageException.WebServiceMessageException(String msg, Throwable ex) Constructor forWebServiceMessageException. - 
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
WebServiceMessageException
Constructor forWebServiceMessageException. - 
WebServiceMessageException
 
 -