org.jibx.ws
Class WsBindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jibx.ws.WsException
              extended by org.jibx.ws.WsBindingException
All Implemented Interfaces:
Serializable

public class WsBindingException
extends WsException

An exception in JiBX/WS due to an error in the underlying JiBX binding. For example, the binding is unavailable, inaccessible, or an error occurred in using the binding.

This exception may indicate that the bindings have not been compiled.

See Also:
Serialized Form

Constructor Summary
WsBindingException(String msg)
           
WsBindingException(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

WsBindingException

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

WsBindingException

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


Project Web Site