org.jibx.ws.soap
Class WsNotUnderstoodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jibx.ws.WsException
              extended by 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

Constructor Summary
WsNotUnderstoodException(String msg)
           
WsNotUnderstoodException(String msg, Throwable root)
           
 
Method Summary
 
Methods inherited from class org.jibx.ws.WsException
getRootCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WsNotUnderstoodException

public WsNotUnderstoodException(String msg)
Parameters:
msg - the exception message

WsNotUnderstoodException

public WsNotUnderstoodException(String msg,
                                Throwable root)
Parameters:
msg - the exception message
root - cause


Project Web Site