|
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
|
+--java.lang.RuntimeException
|
+--com.baan.ow.xmlconnector.dispatcher.RequestException
Indicates a problem occured that prevented the execution of a BAC request.
Possible causes are (amongst other things):
| Constructor Summary | |
RequestException(java.lang.String p_message)
Calls the superclass constructor with the same signature. |
|
| Method Summary | |
abstract java.lang.String |
getFaultCode()
Returns the Fault Code for this exception. |
| 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 RequestException(java.lang.String p_message)
Threading policy: MTSafe
p_message - the message to include in the exception. Must not be nullRuntimeException.RuntimeException(String)| Method Detail |
public abstract java.lang.String getFaultCode()
Threading policy: MTSafe
|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||