XML Connector API 6.0.2.61

com.baan.ow.xmlconnector.dispatcher
Class AuthenticationException

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

public class AuthenticationException
extends RequestException

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
AuthenticationException(java.lang.String p_message)
          Calls the superclass constructor with the same signature.
 
Method Summary
 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

AuthenticationException

public AuthenticationException(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 java.lang.String getFaultCode()
Returns the Fault Code for this exception.

Threading policy: MTSafe

Specified by:
getFaultCode in class RequestException

XML Connector API 6.0.2.61

Visit the SSA Global website for more information.