|
XML Connector API 6.0.2.61 | |||||||||
| 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
|
+--com.baan.ow.xmlconnector.dispatcher.FaultException
Indicates that there is "fault" on the server side in execution of a BAC request In which case it is possible to get the fault document.
| Constructor Summary | |
FaultException(org.w3c.dom.Element p_fault)
Calls the superclass constructor with the same signature. |
|
| Method Summary | |
org.w3c.dom.Element |
getFault()
Contains the fault document (or 'Element') in case of Fault. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FaultException(org.w3c.dom.Element p_fault)
Threading policy: MTSafe
p_fault - an object containing appropriate Fault
documents(or 'Element'). Must not be nullException.Exception(String)| Method Detail |
public org.w3c.dom.Element getFault()
Threading policy: MTSafe
Exception.Exception(String)
|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||