|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.jibx.ws.WsException org.jibx.ws.WsConfigurationException
public class WsConfigurationException
An exception in JiBX/WS due to incorrect configuration.
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 |
---|
public WsConfigurationException(String msg)
msg
- the exception messagepublic WsConfigurationException(String msg, Throwable root)
msg
- the exception messageroot
- cause
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |