org.jibx.ws
Class WsConfigurationException

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

public class WsConfigurationException
extends WsException

An exception in JiBX/WS due to incorrect configuration.

See Also:
Serialized Form

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

WsConfigurationException

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

WsConfigurationException

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


Project Web Site