@ParametersAreNonnullByDefault
Package org.somda.sdc.dpws.soap.exception
Exceptions that can come up during SOAP processing.
-
Exception Summary Exception Description MalformedSoapMessageException Runtime exception to express that a SOAP message is malformed in some way.MarshallingException Expresses that an object could not be marshalled or unmarshalled.SoapFaultException Defines an exception that is supposed to be used to convey SOAP fault information.TransportException Any exception that occurs on the transport layer.