org.jibx.ws
Class WsBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jibx.ws.WsException
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
WsBindingException
public WsBindingException(String msg)
- Parameters:
msg
- the exception message
WsBindingException
public WsBindingException(String msg,
Throwable root)
- Parameters:
msg
- the exception messageroot
- cause