XML Connector API 6.0.2.61

com.baan.ow.xmlconnector.dispatcher
Class RequestException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.baan.ow.xmlconnector.dispatcher.RequestException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationException

public abstract class RequestException
extends java.lang.RuntimeException

Indicates a problem occured that prevented the execution of a BAC request.

Possible causes are (amongst other things):

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

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

RequestException

public RequestException(java.lang.String p_message)
Calls the superclass constructor with the same signature.

Threading policy: MTSafe

Parameters:
p_message - the message to include in the exception. Must not be null
See Also:
RuntimeException.RuntimeException(String)
Method Detail

getFaultCode

public abstract java.lang.String getFaultCode()
Returns the Fault Code for this exception.

Threading policy: MTSafe


XML Connector API 6.0.2.61

Visit the SSA Global website for more information.