XML Connector API 6.0.2.61

com.baan.ow.xmlconnector.dispatcher
Class FaultException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.baan.ow.xmlconnector.dispatcher.FaultException
All Implemented Interfaces:
java.io.Serializable

public class FaultException
extends java.lang.Exception

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.

Version:
Build Nr 61, file version \\main\\1, 15:35:59 24-07-2006 UTC
Author:
Baan Company
See Also:
Serialized Form

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

FaultException

public FaultException(org.w3c.dom.Element p_fault)
Calls the superclass constructor with the same signature.

Threading policy: MTSafe

Parameters:
p_fault - an object containing appropriate Fault documents(or 'Element'). Must not be null
See Also:
Exception.Exception(String)
Method Detail

getFault

public org.w3c.dom.Element getFault()
Contains the fault document (or 'Element') in case of Fault.

Threading policy: MTSafe

Returns:
an 'Element' which represents a Fault document. The ownership of the "Fault" lies with the caller of this method
See Also:
Exception.Exception(String)

XML Connector API 6.0.2.61

Visit the SSA Global website for more information.