Sun Adapter for SAP BAPI API

com.stc.connector.sapbapiadapter.appconn
Class SAPApplicationConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationConnectionException
              extended by com.stc.connector.sapbapiadapter.appconn.SAPApplicationConnectionException
All Implemented Interfaces:
java.io.Serializable

public class SAPApplicationConnectionException
extends com.stc.connector.appconn.common.ApplicationConnectionException

Exception class for SAP application connection.

Version:
$Revision: 1.1 $
Author:
$Author: rdhingra $
See Also:
Serialized Form

Constructor Summary
SAPApplicationConnectionException()
          Creates a new instance of SAPApplicationConnectionException without detail message.
SAPApplicationConnectionException(java.lang.String msg)
          Constructs an instance of SAPApplicationConnectionException with the specified detail message.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAPApplicationConnectionException

public SAPApplicationConnectionException()
Creates a new instance of SAPApplicationConnectionException without detail message.


SAPApplicationConnectionException

public SAPApplicationConnectionException(java.lang.String msg)
Constructs an instance of SAPApplicationConnectionException with the specified detail message.

Parameters:
msg - the detail message.

Sun Adapter for SAP BAPI API