org.jibx.ws.soap
Class WsNotUnderstoodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jibx.ws.WsException
org.jibx.ws.soap.WsNotUnderstoodException
- All Implemented Interfaces:
- Serializable
public class WsNotUnderstoodException
- extends WsException
Indicates that a handler could not correctly process a mandatory SOAP header. If a SOAP header handler is responsible
for handling a specific header and it cannot obey the semantics of the header, and process correctly to those
semantics, it must check for the presence of a SOAP mustUnderstand attribute. If this attribute is set to "1", then
the handler is to raise a WsNotUnderstoodException
to indicate that the header could not be handled.
- See Also:
- Serialized Form
WsNotUnderstoodException
public WsNotUnderstoodException(String msg)
- Parameters:
msg
- the exception message
WsNotUnderstoodException
public WsNotUnderstoodException(String msg,
Throwable root)
- Parameters:
msg
- the exception messageroot
- cause