Sun Adapter for SAP BAPI API

com.stc.connector.appconn
Class SAPApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationException
              extended by com.stc.connector.appconn.SAPApplicationException
All Implemented Interfaces:
java.io.Serializable

public class SAPApplicationException
extends com.stc.connector.appconn.common.ApplicationException

Exception class for SAP Bapi application.

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

Constructor Summary
SAPApplicationException()
          Creates a new instance of SAPApplicationException without detail message.
SAPApplicationException(java.lang.String msg)
          Constructs an instance of SAPApplicationException 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

SAPApplicationException

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


SAPApplicationException

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

Parameters:
msg - the detail message.

Sun Adapter for SAP BAPI API